Skip to content
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

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

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

kaladay
Copy link

@kaladay kaladay commented Apr 23, 2024

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.

…flow.

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.
@kaladay kaladay requested a review from jsavell April 23, 2024 17:16
@kaladay kaladay linked an issue Apr 23, 2024 that may be closed by this pull request
…t does something.

The `OrganizationRepo.listen(ApiResponseActions.READ,...` call was removed for being a no-op.
Even older code suggests that this should in fact be doing something.
Add the function call back, but this time add the selected organization if one exists so that the function is not a no-op.

Whether or not this change fixes or breaks something is unclear.
Be wary of regressions.
Be hopeful of bonus bug fixes.
@kaladay kaladay merged commit 9b7763e into sprint1-staging Apr 23, 2024
0 of 2 checks passed
@jsavell jsavell mentioned this pull request Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to re-arrange the submission workflow in Manage Workflow.
2 participants