If there are suggested terms on a node/add form, if a user forgets a required field, the page reloads with an error message and all the suggested terms are no longer clickable.

CommentFileSizeAuthor
#6 805696-filefield-conflict-6.patch1.08 KBbbinkovitz

Comments

Steve Dondley’s picture

I have seen this to. But it only happens for me when there is a cck file field. There is some kind of bad interaction happening.

Steve Dondley’s picture

Ok, solution is to slap the following into function suggestedterms_init() at the top of the suggestedters.module:

drupal_add_js(drupal_get_path('module', 'suggestedterms') . '/suggestedterms.js', 'module', 'header', TRUE);
bbinkovitz’s picture

Status: Active » Needs work

I will test this and roll it into a patch. Unless someone else does it first wink nudge.

bbinkovitz’s picture

This fixes the problem of the terms not being clickable. However, they can only be added by clicking, not removed.

bbinkovitz’s picture

Ignore this comment, it went in the wrong issue.

bbinkovitz’s picture

StatusFileSize
new1.08 KB

Here's the patch.

bbinkovitz’s picture

Status: Needs work » Needs review
bbinkovitz’s picture

Status: Needs review » Closed (fixed)

This has been committed to the latest dev.