-
Notifications
You must be signed in to change notification settings - Fork 86
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
Projects: admin messages not displayed, no easy way to add them in UI #194
Comments
When "... adding an admin message on an allocation in the backend ...", did you add this under "Allocation admin notes" or "Allocation user notes"? When testing, I noticed messages added under "Allocation user notes" are what seem to to show up on the front-end under "Messages from System Administrators" when looking at an allocation's details. Messages added under "Allocation admin notes", do not appear on the front-end (from what I could see). This may be a case of poor/confusing wording. Hopefully someone can correct me if I'm wrong, but I think "Allocation user notes" is meant as "Admin notes to the user" and "Allocation admin notes" is meant as "Admin notes to other admins". In any case, I agree that a button on the front-end for adding a message directly from the allocations details page would make sense. |
Verify that emails are sent to PIs when these messages are added. |
I agree with @zooley that the wording is confusing and it isn't clear whether the user notes are meant to be left by or for the users. I think it would be great for both normal users / PIs and admins to be able to leave notes for each other via the Allocation Detail page. |
…t-detail-page Add 'notes' button on project detail page
When updating an allocation, admins should be able to add a new message to the users. There is no way to do this in the UI, only in the Django backend. Even after adding an admin message on an allocation in the backend, it is not displaying in the allocation details in the UI.
The text was updated successfully, but these errors were encountered: