-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EZP-29269: User draft is not discarded on edition cancel (#240)
* EZP-29269: User draft is not discarded on edition cancel * EZP-29269: User draft is not discarded on edition cancel - remove repository dependency * EZP-29269: Introducing new route for user handling * EZP-29269: Fixing behat tests * EZP-29269: fixed change list * EZP-29269: exposed ez_user_update route
- Loading branch information
Showing
6 changed files
with
33 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Backwards compatibility changes | ||
|
||
Changes affecting version compatibility with former or future versions. | ||
|
||
## Removed features | ||
|
||
- EZP-29269: Editing content with user content field no longer results with draft creation. | ||
|
||
As part of it : | ||
- `\EzSystems\RepositoryForms\EventListener\UserEditListener` was removed | ||
- Existing routes `ez_user_create` and `ez_user_update` were changed in order to comply with new flow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.