Changes between Initial Version and Version 1 of Ticket #43316, comment 55
- Timestamp:
- 03/30/2018 04:55:40 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43316, comment 55
initial v1 2 2 > I still recommend looking at the '''concept''' you want to model, not how its data happens to be stored. 3 3 4 I agree. The concept is that a post is being saved and a revision is being (auto)created. The only difference between a `save` and an `autosave` i fthat the latter employs additional server logic when creating the revision.4 I agree. The concept is that a post is being saved and a revision is being (auto)created. The only difference between a `save` and an `autosave` is that the latter employs additional server logic when creating the revision. 5 5 6 6 > Putting two models into the same endpoint because their data happens to be saved in the same way...