Index: lams_central/src/java/org/lamsfoundation/lams/web/qb/QbCollectionController.java =================================================================== diff -u -re54b402590b4f27560c1a632a65f1082bf9729fd -r308be95be92e1e96e2be7e4d041ef7b92fcc7b37 --- lams_central/src/java/org/lamsfoundation/lams/web/qb/QbCollectionController.java (.../QbCollectionController.java) (revision e54b402590b4f27560c1a632a65f1082bf9729fd) +++ lams_central/src/java/org/lamsfoundation/lams/web/qb/QbCollectionController.java (.../QbCollectionController.java) (revision 308be95be92e1e96e2be7e4d041ef7b92fcc7b37) @@ -104,6 +104,7 @@ model.addAttribute("questionCount", qbService.getCountCollectionQuestions(collectionUid, null)); model.addAttribute("isQtiExportEnabled", Configuration.getAsBoolean(ConfigurationKeys.QB_QTI_ENABLE)); model.addAttribute("isAiEnabled", Configuration.isLamsModuleAvailable(Configuration.AI_MODULE_CLASS)); + model.addAttribute("isAppadmin", securityService.isAppadmin(userId, "access QB collection", true)); return "qb/collection"; } @@ -335,7 +336,7 @@ if (userId == null) { return false; } - if (securityService.isAppadmin(userId, "acess QB collection", true)) { + if (securityService.isAppadmin(userId, "access QB collection", true)) { return true; } Collection collections = qbService.getUserCollections(userId); Index: lams_central/web/qb/collection.jsp =================================================================== diff -u -r5d9a70da32933cfebd7d6dd3c3e90e481e829c10 -r308be95be92e1e96e2be7e4d041ef7b92fcc7b37 --- lams_central/web/qb/collection.jsp (.../collection.jsp) (revision 5d9a70da32933cfebd7d6dd3c3e90e481e829c10) +++ lams_central/web/qb/collection.jsp (.../collection.jsp) (revision 308be95be92e1e96e2be7e4d041ef7b92fcc7b37) @@ -605,7 +605,7 @@ <%-- Do not display links for collection manipulation for public and private collections --%> -