-
Notifications
You must be signed in to change notification settings - Fork 40
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
Dot (.) in schema field name allowed? #643
Comments
Dot in a field name should work. I just tested ii and the inline editor in aggregations works. Can you provide more information? Field type? Is is a simple aggregation? |
Sorry, I cannot reproduce this bug myself, anymore. Nevermind. |
I found the bug again. And, now I did more testing. (I tested this with current versions of dokuwiki and struct. I tested struct aggregation table and struct aggregation editor with fieldtype text.) If dot occurs in field name like so: Also filter breaks, if field name with (.) or label with (.) is used in the filter instruction. This should be mentioned in the documentation or solved in the code. |
We can not reproduce any problems with inline editing. When filtering, you need to give the full qualified name (with schema):
Seems to work, maybe it would be worth to update the documentation to recommend against using dots in field names. |
Please add a reproducible example if you still have problems. |
I edited the docs, accordingly. Cheers! |
I used a dot in a schema field name, e.g.
xxx aka. yyy
. I found, that struct inline editor did not work on this field. It did again, after I removed the dot. However, I couldn't find any documentation on naming convention for schema field names.The text was updated successfully, but these errors were encountered: