-
Notifications
You must be signed in to change notification settings - Fork 54
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
Added "Clear all Entries" function #214
Conversation
Nice idea! Can you add the same thing to sessions in Event Settings tab and BOP Settings? |
Done and tested |
Awesome... I have the feeling that this is a critical action, WDYT to add a simple confirmation with I am wondering if someone press this button by mistake and remove all configuration... will be really bad! |
A thought - Should I also disable the buttons for Read Only users? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs work - please ignore this commit for now - will submit changes tomorrow
Could be interesting to avoid confusion.... read only users will not be able to save anyway |
Because the EntryList upload appends the new list to any existing Entries, the user has to individually remove all entries before uploading a new list.
To alleviate that in a 48car field :) I added a 'Clear all Entries' function and button to entrylist.vue. I hope it is useful. (I have done the same for Sessions, but will await feedback)