bobvandevijver on master
Fixed documentation indentation… (compare)
bobvandevijver on master
Fixed documentation indentation… (compare)
tobias-93 on v2.5.1
tobias-93 on master
Add choice_translation_domain t… (compare)
bobvandevijver on v2.5.1
bobvandevijver on v2.5.1
bobvandevijver on 2.5.0
@calvera @bobvandevijver Hi there ! I have a similar case. May be we should extend admin generator for such cases?
Current implementation (left untouched):
builders:
excel:
params:
credentials: 'hasRole("ROLE_SUPER_ADMIN")'
display:
- id
- guid
- dirty
- textState
- kind
- fullName
New featured "multi-report mode":
builders:
excel:
params:
credentials: 'hasRole("ROLE_SUPER_ADMIN")'
display:
"Full report":
- id
- guid
- dirty
- textState
- kind
- fullName
"Short report":
- id
- fullName
- textState
"Special report":
- id
- guid
- dirty
What do you think about it ?
main.js
file: main.js#L79 & main.js#L109.