DMPRoadmap / roadmap

DCC/UC3 collaboration for a data management planning tool
MIT License
106 stars 109 forks source link

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

Open aaronskiba opened 10 months ago

aaronskiba commented 10 months ago

Please complete the following fields as applicable:

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

Steps to reproduce:

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}`);
    })