Skip to content

Commit

Permalink
Ei koontioikeusilla merkitystä
Browse files Browse the repository at this point in the history
  • Loading branch information
artoh committed Apr 12, 2024
1 parent 8bfc533 commit 82451e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kitsas/pilvi/avattupilvi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ qlonglong AvattuPilvi::oikeudetListasta(const QVariantList &lista)
{
qlonglong bittikartta = 0;
for(const auto& oikeus : lista) {
if( oikeus.toString().isUpper() ) continue; // Koontioikeudet eivät vaikuta tässä
try {
bittikartta |= oikeustunnukset__.at(oikeus.toString());
} catch( std::out_of_range )
Expand Down

0 comments on commit 82451e6

Please sign in to comment.