1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/serializers
Kevin Ansfield 601e9dd2aa Remove UUID attrs from all models except Post (#404)
refs https://github.com/TryGhost/Ghost/issues/7494
- remove `uuid` attrs from all models except Post
- remove uuids from mirage factories and fixtures
- add a workaround for tags where the selectize-based tags input on the PSM relies on a unique identifier for each tag which doesn't get sent back to the server when saving (fixes the broken tags input caused by uuid removal in https://github.com/TryGhost/Ghost/pull/7495)
2016-11-17 11:38:47 -06:00
..
application.js Remove UUID attrs from all models except Post (#404) 2016-11-17 11:38:47 -06:00
invite.js 🎨 invites roles table into a field on the invites table (#394) 2016-11-16 11:01:58 +00:00
notification.js 🐛 fix duplicate server alerts + default alert bg color (#242) 2016-09-01 11:01:54 -05:00
post.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00
role.js Renaming date properties to contain UTC 2016-06-17 11:09:21 +02:00
setting.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
subscriber.js Renaming date properties to contain UTC 2016-06-17 11:09:21 +02:00
tag.js Remove UUID attrs from all models except Post (#404) 2016-11-17 11:38:47 -06:00
user.js use ember-ajax in place of ember-data's networking (#283) 2016-09-26 11:59:04 -05:00