Hi,
I have updated the taxonomy term used in some simple hierarchical selects (I have deleted and created a new ones). Since the ids of the terms are now different, the simple hierarchical select fields, which are on nodes created before the terms update, are blocked and it is not showing any data when I try to edit them.
See attached pic
Any solution for this issue?
Thanks!!
Javier
| Comment | File | Size | Author |
|---|---|---|---|
| block.png | 11.73 KB | javier.drupal.2012 |
Comments
Comment #1
javier.drupal.2012 commentedsorry, update the version
Comment #2
stborchertWhat do you mean with "the fields are blocked"?
If you delete terms previously assigned to a node its normal that the fields displays no value (or "- None -" as in your case).
Comment #3
javier.drupal.2012 commentedHi @stBorchert,
Blocked means that there is no chance to select any value. If you check the picture I uploaded in the previous post, there is no chance for selecting any value on the 3 first rows.
I'm restoring the taxonomy terms to solve the issue, however, would be great to solve this issue in other way
Anything you need let me know
Thanks!
Comment #4
stborchertAh, thanks. Now I see.
Committed to 7.x-1.x-dev.
Comment #5
javier.drupal.2012 commentedHi again,
I have downloaded the 7.x-1.x-dev and the issues is still there. Maybe I'm doing something wrong.
here you have a message that shs is showing up when I want to edit the node.
Notice: Trying to get property of non-object en hs_taxonomy_hierarchical_select_valid_item()
Thanks heaps!
Javier
Comment #6
stborchertAs you can see on http://drupal.org/node/1892316 (and in the release table), the latest available dev-release has been created on March, 15th (which was yesterday), so you'll either have to wait for the release packaging script to create the new dev-release or take the code from git.
Comment #7
stborchertBy the way: "hs_taxonomy_hierarchical_select_valid_item" is a function from module Hierarchical Select, not Simple hierarchical select.
Comment #8
javier.drupal.2012 commentedOk, Thanks for this. I knew I was doing something wrong