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

Fix for bug: No error notification on adding a skill multiple times #321

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lokst
Copy link
Contributor

@lokst lokst commented Apr 4, 2015

Error notification when all of the skills entered already exist (e.g. existingskill1, existingskill2)
error_duplicate

Error notification when some of the skills entered already exist, while some are invalid (e.g. existingskill1, , , , existingskill2)
error_duplicate_invalid

Notification when some of the skills entered can be added, while some already exist (e.g. newskill1, existingskill1, newskill2, existingskill2)
notice_added_duplicate

Notification when some of the skills entered can be added, some already exist and some are invalid (e.g. newskill1, existingskill1, , , ,existingskill2)
notice_added_duplicate_invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant