-
Notifications
You must be signed in to change notification settings - Fork 43
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
[MNO-287] Change developer registration event description #171
[MNO-287] Change developer registration event description #171
Conversation
18ee3cc
to
47d7093
Compare
Hi @hedudelgado I don't think you need this. Check with @x4d3. |
I confirm that the last argument of the function (metadata) is optional. The method will automatically use the to_audit_event of the user class. |
@x4d3 see if the change is needed? |
I agree it is important to log the fact that a User registered as a developer. And I agree with the description "Developer registration"" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you
Hi @x4d3 and @hedudelgado As mentioned above, we changed the method signature in self.info(key, current_user_id, description, object, metadata = {}) So the metadata is optional and Please fix this PR to only amend the event description or explain how this is fixing a bug Thanks |
Hi @x4d3 and @hedudelgado, could you look at the above? Thanks |
8335209
to
3e2cea1
Compare
3e2cea1
to
97e333c
Compare
…ent_twice [MNOE-347] - Allow mutiple comment edit
@ouranos
I spotted a little bug on the code while testing it. This should fix it.