enhancement
The standard export in the "Administration > Permissions > User management" view delivers a file called "Table data.xlsx". This is a stupid default name. A better name such as "User" should be used here.
In general, the generic could use a better heuristic for a default file name for the export in such exports, so that you don't have to change the name manually in every single view (but can still do so).
For example, you could use the translated name of the table:
Code Migration
The configuration of export file names must be adapted (or preferably deleted if the default export file name is good enough or better than the currently configured one):
mvn exec:java@migrate-ticket28305
Layouts in the DB are automatically adjusted at the next start.
Test
- Configure Excel export in table. Export file name should contain the table title.