Uninstalling the SHS module and reinstalling it caused the Dropdown issue of displaying the available terms.

CommentFileSizeAuthor
#7 screenshot-2014-11-29.png26.53 KBsmall3
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

inno81’s picture

Can anyone reproduce my issue?

inno81’s picture

I'd really appreaciate if anyone could confirm the issue exists...
Should I reopen the original issue instead?

kitikonti’s picture

I can confirm the issue. Have the same problem on my site? Any idea how to solve this?

kitikonti’s picture

So i am not knowledged enough to do a full debug, but i think the problem starts in shs.module in the shs_field_views_data_alter() where the handler for every taxonomy_term_reference and entityreference (for taxonomy_term) gets replaced. I dont know how to resolve this best. But now no other module could alter the handler, or am i wrong?
I think it should be ajustable within the ui if this handler should be used or not.

In my case i just uncomment the replacement part, because i dont use the handler. I only need the hierarchical select field.

inno81’s picture

Thanks Kitikonti. As I am less knowledge than you, could you explain in more detail what did you comment out, as this is an an acceptable workaround for me?

kitikonti’s picture

It's Line #169, but this could vary a little bit depending of the module version you are using. If have just commented it out.
But again, if you do this you could not use the shs views filter, only the entity reference view filter will work. In my case i dont use the shs filter, i need the hierarchy only on the node add form.

small3’s picture

Title: No dropdown option in views filter for entityreference fields » No dropdown option in creating the Content
Component: Code » User interface
Category: Bug report » Support request
Issue summary: View changes
Priority: Normal » Critical
Issue tags: +broken dropdown
FileSize
26.53 KB

I was using SHS without any issues earlier, I have unchecked, uninstalled and deleted the module from the server. I tried reinstalling it using the latest available version. It seems to give troubles while creating new content. I do not see the dropdown of the terms available. It just displays the label but not terms.

I could not find anywhere how to manually uninstall the module. If you could provide the tables/fields that need to be deleted in this regard, even that would be helpful.

Screenshot attached.

stBorchert’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)
Issue tags: -broken dropdown

Please give some more details about your specific setup and look for javascript errors in the development tools of your browser (preferable Chrome or Firefox).

stBorchert’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)