tomy2105
tomy2105
### Prerequisites I'm running latest version of code from github. ### Description If on list view and on second page and filters are defined (doesn't matter if they are present...
This fixes https://github.com/marmelab/ng-admin/issues/1258. If onSubmitSuccess returns false default notification no longer shown.
This solves https://github.com/marmelab/ng-admin/issues/1374.
### Prerequisites I'm running latest version of code from github. ### Description If you set filters on list page and go to create/edit/delete page and refresh filters are lost when...
Has been mentioned long ago in https://github.com/marmelab/ng-admin/pull/898. It would be nice if previous state was available in onSubmitSuccess so one can redirect to (e.g list page) with correct pagination and...
I believe this fixes https://github.com/marmelab/ng-admin/issues/1372.
This resolves https://github.com/marmelab/ng-admin/issues/1363.
Easy to reproduce so no plunker. Label for embedded list is usually in plural, since it describes a list of items. However Add New button (which uses this label) should...
This resolves https://github.com/marmelab/ng-admin/issues/1106 and obsoletes (already closed) https://github.com/marmelab/ng-admin/pull/1111. admin-config pull request https://github.com/marmelab/admin-config/pull/67 needed for this to function!
I have embedded_list and inside this list some fields with validation. Validation doesn't seem to work (fields don't turn red/green). In addition if field doesn't pass validation an JS error...