-
Notifications
You must be signed in to change notification settings - Fork 4
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
Wrong generation of note user updated when note is updated #39
Comments
Checking again, edited notes show up like this after page reload:
The 'Edited' responds to hover and shows the date of the modification and the author.
So we might need to modify the journal partial to include the name of 'editor' and also include data-editor attribute with its login name so that it can be compared as the name in loggedas:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If user2 updates a note from user1, we were generating a journal update event with the href of user1.
This is incorrect as the updater must show up if present.
The text was updated successfully, but these errors were encountered: