Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devel:documentation:application_configuration:dev:frontend [2019/02/05 11:19]
tomiskar
devel:documentation:application_configuration:dev:frontend [2019/05/16 12:03]
svandav
Line 46: Line 46:
   "dashboard": {   "dashboard": {
     "skip": true     "skip": true
 +  }
 +},
 +"role": {
 +  "table": {
 +    # default filter values
 +    "filter": {
 +      # environment code - supports single value only. Used on role table, assigned roles table, request detail, role select
 +      "environment": null
 +    }
 +  },
 +  "identity-role": {
 +    "table": {
 +      "filter": {
 +        "environment": null
 +      }
 +    }
 +  },
 +  "concept-role": {
 +    "table": {
 +      "filter": {
 +        "environment": null
 +      }
 +    }
   }   }
 } }
  • by tomiskar