Changes between Initial Version and Version 4 of Ticket #52326
- Timestamp:
- 01/20/2021 02:07:25 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52326
-
Property
Status
changed from
newtoassigned - Property Owner set to peterwilsoncc
-
Property
Version
changed from
to2.2 -
Property
Milestone
changed from
Awaiting Reviewto5.7 - Property Keywords has-patch needs-dev-note added
-
Property
Status
changed from
-
Ticket #52326 – Description
initial v4 3 3 * Attachment with `inherit` status from `future` post: returns `'publish'`, ought to be `'future'` 4 4 * Attachment with status `draft` and no parent: returns `'publish'`, ought to be `'draft'` (can't be done in admin, only via code) 5 * Attachment with `inherit` status and `post_parent` set to existent post: returns `false`, ought to be `'publish'`.5 * Attachment with `inherit` status and `post_parent` set to nonexistent post: returns `false`, ought to be `'publish'`. 6 6 7 7 I've attached unit tests to demonstrate.