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
devel:documentation:application_configuration:dev:frontend [2019/02/05 11:19]
tomiskar
devel:documentation:application_configuration:dev:frontend [2021/03/08 07:20] (current)
tomiskar
Line 41: Line 41:
       "disabled": "true",       "disabled": "true",
       "recursively": "true"       "recursively": "true"
-    }+    }
 +    # rendered column in identity tables, Order of rendered columns is preserved as configured 
 +    "columns": ["username", "lastName", "firstName", "externalCode", "email", "state", "description"]
   },   },
   # skip identity dashboard content for show detail links (table, info components)   # skip identity dashboard content for show detail links (table, info components)
   "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