BCStudentSoftwareDevTeam / lsf

0 stars 0 forks source link

Manage Admin page flasher and Remove Button #204

Closed bryantal closed 4 years ago

bryantal commented 4 years ago

Original report by Lisandro Padron (Bitbucket: [Lisandro Padron](https://bitbucket.org/Lisandro Padron), GitHub: escalerapadronl).


How To Get There:

Under the Administration tab in the sidebar, click on Mange Administrators.
Files:

app/static/js/adminManagement.js

app/templates/admin/adminManagement.html
Tasks:

Currently, the flasher that appears when a Labor Admin is removed says “_________ has been added as a Labor Admin”. The word “added” in that sentence needs to be replaced with “removed”. Also, when there isn’t a person selected in the Remove SAAS Admin select picker and the Remove button is pressed, the confirmation modal shows up with no name for the admin being removed. When a select picker isn’t populated and the button next to it is clicked, a modal should pop up at the top of the page that tells to user to make sure the select picker is populated.

bryantal commented 4 years ago

Original comment by Alex Bryant (Bitbucket: [Alex Bryant](https://bitbucket.org/Alex Bryant), ).


This issue was resolved in pull request #165