-
-
Notifications
You must be signed in to change notification settings - Fork 230
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
Tag missing new blog item #2107
Comments
HI, I found the issue. |
Reproducable test: When language support has been enabled, dropdown of Category field in Admin is not populated with existing categories. Working example: No language support
Failing example: With languague support
|
Looks like taxonomies are picked up only from the files which do not have language suffix in them. So if you take the first example and then add language support, the tags in the previous files are being supported. |
I'm wondering how this should behave... Should we include taxonomies from the current language only, or should we include taxonomies from all the languages? I think it should be the current language only (faster and less confusing)..? |
Until admin panel v1.9.19 and the issue is not present but start with 1.10.x version. I don't know how it works in previus version. In my opinion should be included al least what has benn configured in user/config/system.yam languages: supported: [en, it] |
Admin v1.9.13 (Grav 1.6.23) only shows taxonomies collected from pages with the current language. Meaning:
That is also the behaviour I would expect to see. |
OK, this one needed a bit more work than I thought. :) Both Grav and Admin updates are required to fix the issue. Here is the link to the Grav changes: getgrav/grav@3e91be9 Basically, I had to add support for getting translated collections from Flex Pages, which should be a very useful feature in general. |
All seems to be going well... |
Thanks for testing it. We are likely going to release it today. |
HI, I have an issue with taxonomies tag with the admin plugin
The problem is that when I create a new blog item page under Taxonomies field I found the right Category (blog) but some tags are missing form drop-down menu. I mean that totally I have 6 tags defined but when I create a new blog item page on 4 are showed in the drop-down menu
If I create a new tag and add it apparently works (item.md contains the new tag) BUT this is missing again in the drop-down menu on the next blog item creation.
Any ideas?
Grav version 1.7.9
Admin Panel 1.10.8
Theme: Quark Open Publishing 2.2.7
I've done also a test with admin panel v1.9.19 and the issue is not present but start with 1.10.x version.
I've tried also a fresh installation of Open Publishing Space skeleton and the new tag works well. May be related to my environment and I’m not able to understand where is my issue. Are there some suggestion? regards
The text was updated successfully, but these errors were encountered: