TAMULib / Vireo

Vireo is a turnkey Electronic Thesis and Dissertation (ETD) Management System.
http://vireoetd.org/vireo/
1 stars 0 forks source link

Issue 58: Unable to re-arrange the submission workflow in Manage Workflow. #66

Closed kaladay closed 4 months ago

kaladay commented 4 months ago

resolves #58

The organization is being changed but the dirty flag is not being set. Manually set the dirty flag before sending.

The OrganizationRepo listeners are either not doing anything or they are not checking for when status is a failure. The ApiResponseActions.READ and ApiResponseActions.BROADCAST never do anything because the resetManageOrganization() only does anything when the organization is provided. No organization is being provided.

Edit:

The OrganizationRepo.listen(ApiResponseActions.READ, function (res) { has been added back with an additional change that makes the function do something rather than being a no-op functon. The organization, if one is selected, is now set. It is unclear if this change fixes a bug or if this change causes a regression. Neither a regression nor a bug fix was observed while doing some basic testing.

The BROADCAST listener remains removed.