- 08 Sep, 2020 1 commit
-
-
Côme Chilliet authored
This replaces save_object and execute methods by 3 methods: readPost - Reads POST data update - Update object state render - Render HTML UI The point is to avoid reading POST and rendering HTML when this is not needed (when doing stuff through the webservice for instance). It’s also more consisent across FD with all classes handling some kind of dialog implementing the new interface FusionDirectoryDialog which makes sure these 3 methods are implemented. issue #6072
-
- 09 Jul, 2020 6 commits
-
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
POC for html escaping of translated errors. issue #6071
-
Côme Chilliet authored
issue #6071
-
Côme Chilliet authored
Adds FusionDirectoryError base class and one child class for check failures. Use this new class for IntAttribute as first test. Build HTML dialog from error class using attribute data. issue #6071
-