The 'Help text' field in admin/node/type/N and the 'admin/settings/content-types/flexinode-1' in admin/settings/content-types/flexinode-N are overlapping functionality.

For clarity, the latter should be removed (or it should mirror the text of admin/node/type/N).

Comments

ahoeben’s picture

Version: master » 4.7.x-1.x-dev
Assigned: Unassigned » ahoeben

Subtasks:

  • remove help text box from 'create/edit content-type' pages
  • database update:
    • move data from {flexinode_type}.help to variables named 'flexinode-N_help' for each flexinode type
    • alter the {flexinode_type} table
Bèr Kessels’s picture

I would prefer to remove that field alltogether. This is a rather large task, because it needs database changes and an upgrade path (so that people don't loose the help texts when upgrading).

ahoeben’s picture

Status: Active » Needs review
StatusFileSize
new3.44 KB

Something like the attached patch should do it, though I have not yet tested the update script (I only have production sites at the moment ;-)

ahoeben’s picture

StatusFileSize
new3.44 KB

Tested the database update. Turned out I missed a %d... Fixed.

ahoeben’s picture

StatusFileSize
new3.43 KB

oops. %s

Bèr Kessels’s picture

Status: Needs review » Fixed

Applied, tested an committed. Thanks a lot!

Anonymous’s picture

Status: Fixed » Closed (fixed)