Ghost/ghost/admin/app/serializers
Kevin Ansfield 186a8ae70c 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
post.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00
role.js
setting.js
subscriber.js
tag.js Remove UUID attrs from all models except Post (#404) 2016-11-17 11:38:47 -06:00
user.js