← Back to team overview

phpdevshell team mailing list archive

[Bug 1015160] [NEW] menu "params" field is too short

 

Public bug reported:

In the menu table of the database, the "params" field is declared as

varchar(1024)

that's way to short, it would be better to declare it as TEXT to avoid
bad surprise.

** Affects: phpdevshell
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/1015160

Title:
  menu "params" field is too short

Status in Open Source PHP RAD Framework with UI.:
  New

Bug description:
  In the menu table of the database, the "params" field is declared as

  varchar(1024)

  that's way to short, it would be better to declare it as TEXT to avoid
  bad surprise.

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/1015160/+subscriptions


Follow ups

References