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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate out queue and LIMS APIs from Redux #1293

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

axelboc
Copy link
Contributor

@axelboc axelboc commented Jul 8, 2024

Lucky 13... Hopefully still no regressions 馃

Comment on lines -220 to -232
export function sendChangeTaskOrder(sampleID, oldIndex, newIndex) {
return fetch(
`mxcube/api/v0.1/queue/${sampleID}/${oldIndex}/${newIndex}/swap`,
{
method: 'POST',
credentials: 'include',
headers: {
Accept: 'application/json',
'Content-type': 'application/json',
},
},
);
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused

}

/**
* @deprecated New Sample Grid does not allowed sample reordering
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed this deprecated thunk and the corresponding action and reducer case block.

@axelboc axelboc marked this pull request as ready for review July 8, 2024 14:05
@marcus-oscarsson
Copy link
Member

Ok, 馃

@marcus-oscarsson marcus-oscarsson merged commit ce1043c into develop Jul 8, 2024
13 checks passed
@marcus-oscarsson marcus-oscarsson deleted the ab-fetching-13 branch July 8, 2024 14:16
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.

None yet

2 participants