-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add project id to project synchronization dropdown #1474
Add project id to project synchronization dropdown #1474
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment, and it is a question. If it is the remoteUrl I think we should name it that.
@@ -131,6 +131,7 @@ declare namespace IRIDA { | |||
analysisPriority: string; | |||
users: User[]; | |||
analysisTemplates: string[]; // TODO (Josh - 6/7/22): What should this be | |||
url: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to name this remoteUrl
to directly map to the server Project model? That is what it is used for right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I was just doing what was easiest for me in the moment. Please see b9fae81.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, thanks
Description of changes
Added project id to project dropdown.
Related issue
An extension of #1352
Checklist
Things for the developer to confirm they've done before the PR should be accepted:
[ ] Tests added (or description of how to test) for any new features.[ ] User documentation updated for UI or technical changes.