Menu

#1301 Allow user configurable number of initial table fields

invalid
nobody
5
2013-06-11
2011-04-22
Benjam
No

When clicking on the "Create Table" button in the left nav, because I wasn't able to specify the number of fields to create, it will default to 2 fields.

This setting would be good as a configuration option. Something like $cfg['NumFieldsCreated'], or can be server based as $cfg['Servers'][$i]['num_fields_created'] (or whatever, name not important)

Then replace the hard-coded 2 on line 69 of /tbl_create.php with the entered option.

Discussion

  • Marc Delisle

    Marc Delisle - 2011-04-22

    Moved to feature requests. Not worth it, IMO, because in the subsequent dialog you can change the number of columns.

     
  • Marc Delisle

    Marc Delisle - 2011-04-22
    • labels: 509095 --> Configuration
    • milestone: 1067234 -->
     
  • Michal Čihař

    Michal Čihař - 2011-11-10

    I don't think it's worth of adding new setting as you can quite easily add more columns.

     
  • Michal Čihař

    Michal Čihař - 2011-11-10
    • status: open --> closed-rejected
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-rejected --> invalid