Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Wrong modifier avatar displayed in file details - EXO-69919 #317

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

GouadriaHanen
Copy link
Contributor

Prior to this change, when a user opens a file, the view properties are set, the ModifyNodeAction event listener is executed and the "exo:lastModifiedDate" and "exo:lastModifier" properties are updated, resulting in an incorrect modifier avatar when opening a file to display it without modifying it.
After this modification, when a view property is updated, "exo:lastModifiedDate" and "exo:lastModifier" do not change.

@GouadriaHanen GouadriaHanen requested a review from mkrout March 6, 2024 13:13
Copy link

sonarqubecloud bot commented Mar 6, 2024

@GouadriaHanen GouadriaHanen merged commit cc2f355 into feature/maintenance Mar 6, 2024
6 checks passed
@GouadriaHanen GouadriaHanen deleted the EXO-69919 branch March 6, 2024 13:35
GouadriaHanen added a commit that referenced this pull request Mar 8, 2024
Prior to this change, when a user opens a file, the view properties are set, the ModifyNodeAction event listener is executed and the "exo:lastModifiedDate" and "exo:lastModifier" properties are updated, resulting in an incorrect modifier avatar when opening a file to display it without modifying it.
After this modification, when a view property is updated, "exo:lastModifiedDate" and "exo:lastModifier" do not change.
GouadriaHanen added a commit that referenced this pull request Mar 8, 2024
Prior to this change, when a user opens a file, the view properties are set, the ModifyNodeAction event listener is executed and the "exo:lastModifiedDate" and "exo:lastModifier" properties are updated, resulting in an incorrect modifier avatar when opening a file to display it without modifying it.
After this modification, when a view property is updated, "exo:lastModifiedDate" and "exo:lastModifier" do not change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants