Problem/Motivation

The "Save Content Type" button disappears from the content type edit form when the Synchronize Translations module is enabled. See screenshot. Disabling the module fixes the problem.

CommentFileSizeAuthor
NGmvt.png19.01 KBfletchgqc
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cwillinx’s picture

Issue summary: View changes

I can confirm the problem (disabling "Synchronize translations" worked) - but i found the solution in my case:

The problem was caused in a faulty entry in the help text for a field: in a html-formatted help text i forgot to escape html tags, so in my case writing "<iframe>" unescaped into the field caused the problem.

After escaping the characters and tags to &quot;&lt;iframe&gt;&quot; solved my problem.

cwillinx’s picture

Version: 7.x-1.8 » 7.x-1.12
cwillinx’s picture

Status: Active » Fixed
cwillinx’s picture

Status: Fixed » Closed (works as designed)