Changes between Version 2 and Version 3 of Ticket #31256


Ignore:
Timestamp:
Feb 10, 2020, 9:50:00 PM (4 years ago)
Author:
John Lyu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31256

    • Property Version 2.22.1
  • Ticket #31256 – Description

    v2 v3  
    2727}}}
    2828
    29 In version  2.2.10 or 3.0.3:
     29In version  2.1.15:
    3030    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.
    3131
    32 I think that is different with at least version 2.1.7 and is confusing.
     32Based on https://docs.djangoproject.com/en/3.0/releases/2.1.15/,  that bug fix is rude and confusing.
     33
     34In 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
Back to Top