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

"foo:" Hard-Coded in Plans Permissions Changed Notification #3368

Open
aaronskiba opened this issue Jan 24, 2024 · 0 comments · May be fixed by #3371
Open

"foo:" Hard-Coded in Plans Permissions Changed Notification #3368

aaronskiba opened this issue Jan 24, 2024 · 0 comments · May be fixed by #3371

Comments

@aaronskiba
Copy link
Contributor

Please complete the following fields as applicable:

What version of the DMPRoadmap code are you running? (e.g. v2.2.0)

  • v4.1.1

Steps to reproduce:

  • Change permission settings of a plan collaborator

Screenshot 2024-01-24 at 12 54 24 PM

Screenshot 2024-01-24 at 12 52 31 PM

Corresponding Code in app/javascript/src/plans/share.js:

  $('.toggle-existing-user-access')
    .on('ajax:success', (e) => {
      const data = e.detail[0];
      notifier.renderNotice(`foo: ${data.msg}`);
    })
@aaronskiba aaronskiba changed the title 'foo:` Hard-Coded in Plans Permissions Changed Notification "foo:" Hard-Coded in Plans Permissions Changed Notification Jan 24, 2024
@aaronskiba aaronskiba added this to Review in Current sprint Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant