Actions
Feature proposal #4565
closedallow field name change
Description
Look into allowing all fields except unique, calculated, and system to have their name changed. May have to lock out all plugin fields too. This should just be a simple IF in the XML (already private method to check if unique, etc..) then some minor PHP in storage side to change over the db column so you don't end up with multiple columns from the old field name.
Actions