Hi @matthias
statusSelect is timesheet status (approved, refused)
Already tried it!
There is CRITERIA.java that add archived is null or archived = false.
I want to add archive criteria. it seems not possible passing it in domain.
The action view requires following elements:
<view> - specify the view to use
type - the view type
name - the view name
<view-param> - define additional view parameter
name - parameter name
value - parameter value
<domain> - specify a domain filter to restrict search (jpql where clause)
<context> - define the base context for the action
name - context variable name
expr - context variable value expression
The <view-param> parameter name accept following option :
forceEdit - force to open in editable mode
showSingle - show the only record in form view
showRecord - show the record by given id in form view
reload-dotted - whether to refresh the grid when switching back from form view
showArchived - whether to include archived records
search-filters - name of custom search filters