Closed (outdated)
Project:
Table Manager
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
29 Oct 2008 at 23:21 UTC
Updated:
27 Jun 2018 at 17:13 UTC
Jump to comment: Most recent
It would be awesome if we could change the input type on a column without having to recreate the table (since delete column doesn't work). Especially for those of us with bigger tables, it's quite cumbersome to have to recreate the entire table just so you can change it from numbers to text input.
:)
Comments
Comment #1
pobster commentedMehhhhh as easy as that is to implement (indeed, you can do it right now by simply removing the 'disabled' line from the function which displays the table editing screen) it's validation which is the problem... Changing a text column to a numeric column for example, means all rows have to be validated to make sure those cells contain only numbers... Then... If they don't... What next? Display all those rows for editing? Blank those rows? Return a validation error? Meh, I just know if I implement that, (as per usual) I'll get a hundred emails requesting different behavior.
...And yeah, apologies delete column still doesn't work ;o) There's just no really good way to fudge back that functionality after Drupal core gained form_ids and tokens! I'd really love to take a month or so off work to rewrite this module again (and write it well) but of course, that's not really feasible!
Thanks,
Pobster
Comment #2
pobster commentedComment #3
pobster commentedClosing as D6.x is now unsupported.