Open aaronskiba opened 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:
Corresponding Code in app/javascript/src/plans/share.js:
app/javascript/src/plans/share.js
$('.toggle-existing-user-access') .on('ajax:success', (e) => { const data = e.detail[0]; notifier.renderNotice(`foo: ${data.msg}`); })
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
Steps to reproduce:
Corresponding Code in
app/javascript/src/plans/share.js
: