-
Notifications
You must be signed in to change notification settings - Fork 129
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
6681:should allow for comments in bulk permissions screen #6704
Conversation
Thanks, this looks awesome! Will give it a spin and merge. |
Hi @ralphmensah. Just tried this out on my dev machine and the capture part is working perfecly, however I noticed it does not record a If we look at the role editor for a single user, we get comments like: Looking at the code, it looks like we may need to change the
And then in the switch statment you may need to pull each part out to a function e.g.
To check the result, ensure a |
@davidwatkins73 can you please direct me where to find the change logs on waltz |
Fantastic collaboration @ralphmensah and @davidwatkins73 😸 |
Hi @davidwatkins73 i noticed in creating a change log we get a person by using the userId (which turns out to be the email)
this particular code breaks at line: |
I am currently trying to use the same approach in writing the changelog to the |
Hey @davidwatkins73 and @JWoodland-Scott 👋🏻 Would you mind taking a look at the following comment raised by @ralphmensah as he's super eager to move forward with the pull request and get it merged into Waltz. Kind regards, James. |
Hi @ralphmensah, Thanks for reaching out. We usually expect all users of Waltz to have a record in the person table and make an implicit join between You could fix this short term by adding the person record in for the user; long term we already have an existing issue #6477 which looks to better improve this process and link the two data points together. As the edit/owner permissions are a combination of the person's involvement to the entity and the roles a user may have (not dependent on the entity), these two will stay connected. Hence the changelog often links back to the person record and when displaying in the 'Changes' section we try to look up the person record for the change. |
Sorry for the delay in getting back to you. @ralphmensah are you happy with what needs to be done on this? |
thanks for the reply. This provided in depth knowledge on what exactly needed to be done, Kindly review my latest commit |
Thanks for the reply, kindly review my latest commit |
Changes look great. We will merge this and demo to the team that requested it. Will let you know if they have any feedback. |
resolves #6681