Changes between Version 2 and Version 3 of Ticket #31256
- Timestamp:
- Feb 10, 2020, 9:50:00 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31256
- Property Version 2.2 → 2.1
-
Ticket #31256 – Description
v2 v3 27 27 }}} 28 28 29 In version 2. 2.10 or 3.0.3:29 In version 2.1.15: 30 30 If I set current user's permisson `edit_Action` but no `edit Ticket`, I will not be able to edit actions inlines in "Change Ticket" page. 31 31 32 I think that is different with at least version 2.1.7 and is confusing. 32 Based on https://docs.djangoproject.com/en/3.0/releases/2.1.15/, that bug fix is rude and confusing. 33 34 In fact, I can still change `Action` it self and indirectly "change" the page of it's parent Ticket. We should stop trigger save method in this condition instead of disable the feature. 35 36