The message "Processing..." is being displayed in 'status' column of configuration form.
Here is output from firebug console.
uncaught exception: Syntax error, unrecognized expression: [rel=variable.field_bundle_settings_node__article]
uncaught exception: Syntax error, unrecognized expression: [rel=field.node.body.article]
uncaught exception: Syntax error, unrecognized expression: [rel=vocabulary.tags]
uncaught exception: Syntax error, unrecognized expression: [rel=permission.create_article_content]
uncaught exception: Syntax error, unrecognized expression: [rel=content_type.article]
Comments
Comment #1
chi commentedSeems like there are missing quotes.
Comment #2
chi commentedComment #3
dagmarThanks! Committed and Pushed to 7.x-2.x.
Comment #4
NenadP commentedI had this issue too. Applied patch, now everything is ok (Status: In Sync etc...).
Thanks, this was important to see from ui what was changed.