Download & Extend

flexinode 'Help text' is redundant

Project:Flexinode
Version:4.7.x-1.x-dev
Component:User interface
Category:task
Priority:normal
Assigned:ahoeben
Status:closed (fixed)

Issue Summary

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

#1

Version:master» 4.7.x-1.x-dev
Assigned to:Anonymous» 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

#2

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).

#3

Status:active» needs review

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 ;-)

AttachmentSize
flexinode_helptext.patch 3.44 KB

#4

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

AttachmentSize
flexinode_helptext_0.patch 3.44 KB

#5

oops. %s

AttachmentSize
flexinode_helptext_1.patch 3.43 KB

#6

Status:needs review» fixed

Applied, tested an committed. Thanks a lot!

#7

Status:fixed» closed (fixed)
nobody click here