marklogic-community / data-explorer

Data Explorer Tool
Other
15 stars 4 forks source link

FERR-83 - Wizard: limit elements when creating view #29

Closed nlaprell closed 6 years ago

nlaprell commented 6 years ago

Original Reporter: @cskeefer
Created: 28/Nov/17 6:40 PM

Description

When a view is created in lib-adhoc-create:create-edit-view, it is limited to 15 elements. We should prevent the user from specifying more than 15.

josvanroosmalen commented 6 years ago

No the real solution is that we make the number of elements dynamic. There is a limit of 250 and 15 in the current branch. We simply need to add a counter which tells how much elements are filled. I will take this up

markschiffner commented 6 years ago

Integrated. Created new ticket #75 to address UI inconsistencies with #36