mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-12-04 06:12:30 +01:00
Handle content pages in cards
This commit is contained in:
@@ -731,6 +731,8 @@ class IliasPage:
|
||||
return IliasElementType.TEST
|
||||
if "fold" in icon["class"]:
|
||||
return IliasElementType.FOLDER
|
||||
if "copa" in icon["class"]:
|
||||
return IliasElementType.FOLDER
|
||||
if "svy" in icon["class"]:
|
||||
return IliasElementType.SURVEY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user