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

Remove ui-select and use a standard select element #1947

Merged
merged 5 commits into from
Aug 15, 2016

Conversation

jrjohnson
Copy link
Member

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

@jrjohnson jrjohnson force-pushed the 1946-remove-uiselect branch from 4a5f9ac to 5e1f143 Compare August 11, 2016 22:16
@jrjohnson jrjohnson changed the title Remove ff-select and use a standard select element Remove ui-select and use a standard select element Aug 11, 2016
@jrjohnson jrjohnson force-pushed the 1946-remove-uiselect branch from 5e1f143 to ef1da4c Compare August 11, 2016 22:29
@stopfstedt
Copy link
Member

functionality-wise this looks good to me. however, some of the styles are off.

  1. 'add' button placement.
  2. 'saved successfully' message after creating new programyear

selection_010

@jrjohnson
Copy link
Member Author

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.

@jrjohnson
Copy link
Member Author

@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.

@saschaben
Copy link
Member

clicktests are AOK. when tests pass this looks good to merge. I will add a separate ticket regarding the save message alignment.

@jrjohnson
Copy link
Member Author

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.
@jrjohnson jrjohnson force-pushed the 1946-remove-uiselect branch 2 times, most recently from b7bb95d to 429d9d2 Compare August 15, 2016 15:12
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.
@jrjohnson jrjohnson removed their assignment Aug 15, 2016
@stopfstedt stopfstedt merged commit 9ab8bfa into ilios:master Aug 15, 2016
@jrjohnson jrjohnson deleted the 1946-remove-uiselect branch August 15, 2016 17:16
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

Successfully merging this pull request may close these issues.

3 participants