Skip to content

Fix search form behavior#417

Merged
stefanoborini merged 15 commits into
switch_to_vuefrom
fix_search_form
May 5, 2017
Merged

Fix search form behavior#417
stefanoborini merged 15 commits into
switch_to_vuefrom
fix_search_form

Conversation

@martinRenou

@martinRenou martinRenou commented May 3, 2017

Copy link
Copy Markdown
Member

Deploys correct behavior for search, restricting to the applications that are relevant to the search itself.

@martinRenou martinRenou requested a review from stefanoborini May 3, 2017 10:50
@codecov-io

codecov-io commented May 3, 2017

Copy link
Copy Markdown

Codecov Report

Merging #417 into switch_to_vue will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##           switch_to_vue     #417   +/-   ##
==============================================
  Coverage          95.24%   95.24%           
==============================================
  Files                 96       96           
  Lines               4102     4102           
  Branches             255      255           
==============================================
  Hits                3907     3907           
  Misses               143      143           
  Partials              52       52

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2f791a5...6e8ce30. Read the comment docs.

},

computed: {
'entries_visible': function() {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need a visibility array. What you need is a filtering operation over the model vs represented model.

},

computed: {
'entries_visible': function() {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, this one is new behavior so you need a selenium test for it

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