• Patrick Derichs's avatar
    Add edit_note and spec for editing quick actions · a13abd67
    Patrick Derichs authored
    Call QuickActionsService on Note update
    
    Add support for notes which just contain
    commands after editing
    
    Return http status gone (410) if note was deleted
    
    Temporary frontend addition so it is not
    failing when a note is deleted
    
    Move specs to shared examples
    
    Fix rubocop style issue
    
    Deleting note on frontend when status is 410
    
    Use guard clause for note which got deleted
    
    Simplified condition for nil note
    
    This method should no longer be called
    with nil note
    
    Refactoring of execute method to reduce
    complexity
    
    Move errors update to delete_note method
    
    Note is now deleted visually when it only
    contains commands after update
    
    Add expectation
    
    Fix style issues
    
    Changing action to fix tests
    
    Add tests for removeNote and update
    deleteNote expectations
    a13abd67
21505-quickactions-update-pd.yml 95 Bytes