-
Notifications
You must be signed in to change notification settings - Fork 27
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
Remove ui-select and use a standard select element #1947
Conversation
4a5f9ac
to
5e1f143
Compare
5e1f143
to
ef1da4c
Compare
I would have bet anything that we had center placed add buttons on other lists. I would have been 100% wrong I guess. I can't find a single one. Maybe they're just like that in my head.... will fix. Good catch. |
@stopfstedt I fixed the alignment of the expand button, however the saved section matches the one in courses and instructor groups so I left it as is to deal with later. |
clicktests are AOK. when tests pass this looks good to merge. I will add a separate ticket regarding the save message alignment. |
Tests are filing in some crazy random fashion. Really annoying, investigating..... |
The ui-select component is gone we were only using it to pick the start date for a program year which can be done with a select list just as well.
This moves the expand button into the correct place and also matches the other lists.
b7bb95d
to
429d9d2
Compare
For some reason the first integration test seems to fail to find elements correctly. Probably an artifact of the acceptance tests is confusing jquery. Adding a first test which does not rely on the DOM seems to fix this until we find a better permanent solution.
The ui-select component is gone we were only using it to pick the start
date for a program year which can be done with a select list just as
well.
Fixes #1946