flexinode 'Help text' is redundant
ahoeben - April 21, 2006 - 11:18
| Project: | Flexinode |
| Version: | 4.7.x-1.x-dev |
| Component: | User interface |
| Category: | task |
| Priority: | normal |
| Assigned: | ahoeben |
| Status: | closed |
Description
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).

#1
Subtasks:
#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
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 ;-)
#4
Tested the database update. Turned out I missed a %d... Fixed.
#5
oops. %s
#6
Applied, tested an committed. Thanks a lot!
#7