Commit Graph

7 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
75397c913d Refactor Display\Export class
- Uses template inheritance for the export templates.
- Renames Display\Export to Export\Options.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-08-03 23:56:20 -03:00
Maurício Meneghini Fauth
d9dc188592 Merge templates for Display\Export::getHtmlForOptions
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-07-31 20:30:21 -03:00
Agha Saad Fraz
504ab646b6 Fix15185 Converted JQuery dialog buttons into Bootstrap 4 (#15201)
* Converted JQuery dialog buttons into Bootstrap 4

Signed-off-by: Agha Saad Fraz <agha.saad04@gmail.com>
2019-05-20 21:56:53 -03:00
Maurício Meneghini Fauth
9eba565bf4 Remove unnecessary HTML closing tags
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-12-19 00:12:54 -02:00
Maurício Meneghini Fauth
4c92fd5827 Port templates to Twig
- Port export templates to Twig
- Port javascript/display template to Twig
- Port list templates to Twig

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-29 01:34:18 -03:00
Michal Čihař
1ecf2561a1 Unmark field as required
Otherwise the hidden field blocks form submission.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-13 17:35:27 +02:00
Michal Čihař
358d2fd1f1 Rewrite export alias defining
The old code did load all colums for all tables in all databases in
export. This can easily explode for server wide exports or exports on
database with lot of tables.

It has been rewritten in a way to load required data on demand from
server. This will make aliases defining slightly slower, but I think
it's acceptable price for making the export work on larger databases.

Fixes #13008

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-13 17:02:45 +02:00