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

Institution needs to be able to be selected when editing a project's settings #5

Closed
davidbairdala opened this issue Aug 8, 2014 · 0 comments
Assignees

Comments

@davidbairdala
Copy link
Contributor

Currently the Epedition settings will just save edits into the featureOwner field of the project domain object. It should:

a) Allow someone to select an Institiution or type in a label in the same way the new expedition wizard works
a) i) If an institution is selected, perhaps we should clear the 'featuredOwner' field
a) ii) If a label is typed in that does not match an institution, we need to clear the Institution and save it in the featuredOwner

b) We need to make sure that where the featuredOwner field is being referenced that it checks if it should use the Institution name instead. Easiest way to do this is to maybe create a transient computed property on the Project domain object and perform the logic in there, and the find/replace all usages of featuredOwner with this need property (getSponsorName() ?)
https://github.com/AtlasOfLivingAustralia/volunteer-portal/issues/new#

@davidbairdala davidbairdala added this to the Institutions milestone Aug 8, 2014
@sbearcsiro sbearcsiro self-assigned this Aug 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants