FilterWidget and TableWidget Pages can now also be access with Readonly Permission

This commit is contained in:
Andreas Österreicher
2020-02-07 13:16:55 +01:00
parent 57af86a8bd
commit b0380f4b64
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ class TableWidgetLib
const DATASET_REP_TABULATOR = 'tabulator';
const PERMISSION_TABLE_METHOD = 'TableWidget'; // Name for fake method to be checked by the PermissionLib
const PERMISSION_TYPE = 'rw';
const PERMISSION_TYPE = 'r';
private $_ci; // Code igniter instance
private $_tableUniqueId; // unique id for this table widget