diego2013 / CSR_Meteor

CSR prototype III. Implementation using the Meteor platform
1 stars 1 forks source link

"Find by ID" functionality not working well for approved scenarios? #144

Closed diego2013 closed 8 years ago

diego2013 commented 8 years ago

If we take the ID of an approved scenario and use the "find by ID" functionality we get redirected to the "create new scenario' screen. Since the scenario has been approved we should be taken to the "approved" scenario screen, and any edits should be done using this interface.

diego2013 commented 8 years ago

I revised this functionality. I believe that the problem was not on the status of the scenario (being approved) but on the usage of the interface.

While the "search" button was working correctly, on hitting "enter" on the "find by ID" text box we were not capturing correctly the input. Thus, nothing was being searched.

I revisited the views, to reuse templates for the Find_by_ID screen and the same functionality in the "not found" view.