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

hasPhasing parameter needed for the sessionsGrid #17

Open
sergiogf93 opened this issue Feb 23, 2017 · 0 comments
Open

hasPhasing parameter needed for the sessionsGrid #17

sergiogf93 opened this issue Feb 23, 2017 · 0 comments

Comments

@sergiogf93
Copy link

We need to display if there were phasing results on a session. To do that it is needed that the following methods:

this.get('/{token}/proposal/{0}/session/list'.format([proposal]));
this.get('/{token}/proposal/session/beamlineoperator/{0}/list'.format([beamlineOperator]));
this.get('/{token}/proposal/{0}/session/date/{1}/{2}/list'.format([proposal, startDate, endDate]));
this.get('/{token}/proposal/session/date/{0}/{1}/list'.format([startDate, endDate]));

Return a parameter hasPhasing just like in the case of the method

{token}/proposal/{proposak}/mx/datacollection/session/{sessionId}/list".

antolinos added a commit that referenced this issue Jul 7, 2017
Correct the list of proposals to load to avoid null pointer
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

No branches or pull requests

1 participant