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

Creating custom fields with the same id should not be allowed #33

Open
FlippAre opened this issue Dec 4, 2015 · 1 comment
Open

Creating custom fields with the same id should not be allowed #33

FlippAre opened this issue Dec 4, 2015 · 1 comment

Comments

@FlippAre
Copy link

FlippAre commented Dec 4, 2015

Should be caught in the validation phase
pasted image at 2015_12_04 10_50 am

@palsson
Copy link
Contributor

palsson commented Dec 4, 2015

This should be caught during set_custom_field. There is some strange code in class_settings.set_custom_field that checks for duplicates, but instead of raising an error the first field is replaced.

Weird.

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

No branches or pull requests

2 participants