marmelab / ng-admin

Add an AngularJS admin GUI to any RESTful API
http://ng-admin-book.marmelab.com/
MIT License
3.95k stars 725 forks source link

[RFR] Fix disabling views #1336

Closed floo51 closed 7 years ago

floo51 commented 7 years ago

It should fix the disabling of views which wasn't working when you had fields initialized inside the view.

It also fix the test fixtures which were making tags a read only entity and trying to go to its edit page anyway.

floo51 commented 7 years ago

Mergeable - @Kmaschta