Feature #28
use ajaxified admin-views in all other admin-generator-modules
Beginn:
21.07.2015
Abgabedatum:
% erledigt:
0%
Beschreibung
The mod-module makes use of ajax code and associated backend logic for some simple improvements in the UI-
The js-code in admin_view.js can be used in all the admin-generator-modules as well, just the backend-logic (XHR-Request detection and processing) has to be ported (especially index-action and filter-action).
In addition, the js-code has to be included in the templates (or the config of the respective module...), and the other modules should become as ajaxified as the mod-module list.
First, it would make sense, to ajaxify just the sorting/pagination and filtering of the object-lists, upgrading the create/edit/delete actions is for a later stage.