coldfront icon indicating copy to clipboard operation
coldfront copied to clipboard

Correct text now displayed on "Activate" button for allocation requests without attributes set

Open rg663 opened this issue 2 years ago • 0 comments

Resolves #415 — Now, regardless of whether an allocation has attributes set or not, the text displayed on the button is "Activate." Tests were performed by:

  1. Logging in as a user
  2. Creating multiple allocations
  3. Changing the status of some allocations to a property other than "New"
  4. Logging in as an admin
  5. Setting attributes to one allocation without changing its status
  6. Checking that the allocation request button reads "Activate" and activating the allocation
  7. Checking that the status of this allocation is "Active" and the expiration date is set to 365 days out
  8. Going back to the allocation requests and checking that the request with no attributes has a button reading "Activate" rather than "Approve"
  9. Making sure that the user is prompted by an alert to confirm this activation
  10. Activating the allocation and checking that the status of this allocation is "Active" and the expiration date is set to 365 days out

rg663 avatar Jul 05 '22 18:07 rg663