We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please complete the following fields as applicable:
Expected behaviour:
Actual behaviour:
orgs_controller#shibboleth_ds selects a list of Identifier and stores it in @orgs (which crashes btw because it cannot sort on name): https://github.com/DMPRoadmap/roadmap/blob/master/app/controllers/orgs_controller.rb#L92
orgs_controller#shibboleth_ds
Identifier
@orgs
name
app/views/orgs/shibboleth_ds.html.erb uses @orgs as if they are organisations ("Select your organisation")
app/views/orgs/shibboleth_ds.html.erb
Unused code?
Steps to reproduce:
Org
shibboleth
/orgs/shibboleth
The text was updated successfully, but these errors were encountered:
fixed and will be included as part of v3.0.1
Sorry, something went wrong.
No branches or pull requests
Please complete the following fields as applicable:
Expected behaviour:
Actual behaviour:
orgs_controller#shibboleth_ds
selects a list ofIdentifier
and stores it in@orgs
(which crashes btw because it cannot sort on
name
): https://github.com/DMPRoadmap/roadmap/blob/master/app/controllers/orgs_controller.rb#L92app/views/orgs/shibboleth_ds.html.erb
uses@orgs
as if they are organisations ("Select your organisation")Unused code?
Steps to reproduce:
Org
and schemeshibboleth
/orgs/shibboleth
The text was updated successfully, but these errors were encountered: