- Posts: 10
COMMUNITY FORUM
Extended Fields not saving anymore
- Paul Zwarts
-
Topic Author
- Offline
- New Member
I just noticed today that my multiselect content in extended fields is no longer saving. I have a field group that has a dropdown, two textedit fields and two multiselect. The other fields are saving, but the multiselect no longer does. It was working a few days ago.
Ive just upgraded to 2.6.1 a few days ago but not sure if this was the culprit.
Ive searched around online but didnt find anything very useful. I did see a k2.js hack which I tried which should do something about field sync, but that didnt help.
Any advice would be appreciated.
p.
Please Log in or Create an account to join the conversation.
- Paul Zwarts
-
Topic Author
- Offline
- New Member
- Posts: 10
In the latest content, this is what the extended fields contains:
[{"id":"2","value":"1"},{"id":"3","value":"erer.mp4"},{"id":"4","value":"erer.mp3"},{"id":"6","value":"Array"},{"id":"7","value":"Array"}]
Where fields with ID 6 & 7 are the multiselect.
Looking at working content, you can see that the "Array" actually has a delimited list of the content selected. So it seems some kind of handler is not merging the array into actual values like this:
{"id":"6","value":["35"]},{"id":"7","value":["5","27"]}]
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- Paul Zwarts
-
Topic Author
- Offline
- New Member
- Posts: 10
Yes it does occur with new fields. I added a multiselect with 2 values and it also doesnt save.
Please Log in or Create an account to join the conversation.
- Paul Zwarts
-
Topic Author
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- Craig Small
-
- Offline
- New Member
Please Log in or Create an account to join the conversation.
- Dencho Karaivanov
-
- Offline
- New Member
- Posts: 2
Joomla 2.5.7 - K2 2.6.1. Upgrade
It Does not matter For New or Old Created Fields, Categories, Items .....
Start digging in component source for the possible reason... If someone have an progress - plz give us a reason - 10x at advance!
Please Log in or Create an account to join the conversation.
- Paul Zwarts
-
Topic Author
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- Paul Zwarts
-
Topic Author
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- Dencho Karaivanov
-
- Offline
- New Member
- Posts: 2
i digged in without any positive result :angry: !
But only one solution (for me - because i'm starting from new items db) is to use TEXT Area fields with Code editor enabled and use it for my links and mail fields in items :silly: !
Hope this will be useful for you Paul (but not sure) :blush:
Have no more free time to digging in ...
Please Log in or Create an account to join the conversation.
- Paul Zwarts
-
Topic Author
- Offline
- New Member
- Posts: 10
Yes I did notice that textfields are working fine. Only dropdowns because its declared as ARRAY and for some reason the object is not being parsed properly.
Unfortunately this is not an option for me because I do need an array object.
Thanks for posting this though :-)
Hopefully the devs can shed more light.
p.
Please Log in or Create an account to join the conversation.