Are we allowed to make a couple of changes in the form properties? because the we get the class name of the form as "append_fields_form ajax" (from tbl_columns_defination_form.inc.php) which is not the selector's name in the handler part of jquery in tbl_structure.js. That's why i asked if i can make changes in form?
Well i have made the code and and it seems to be working fine. If i change the names do i have to tell anywhere in the code that previous name was "this" and i changed to "this new name". And do i have to push the changes in master branch i.e. 4.1 or for 4.0.0-rc1 ?
Sorry to bother with the questions, i am newbie and don't know all the rules
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are we allowed to make a couple of changes in the form properties? because the we get the class name of the form as "append_fields_form ajax" (from tbl_columns_defination_form.inc.php) which is not the selector's name in the handler part of jquery in tbl_structure.js. That's why i asked if i can make changes in form?
Well i have made the code and and it seems to be working fine. If i change the names do i have to tell anywhere in the code that previous name was "this" and i changed to "this new name". And do i have to push the changes in master branch i.e. 4.1 or for 4.0.0-rc1 ?
Sorry to bother with the questions, i am newbie and don't know all the rules
Fixed with https://github.com/phpmyadmin/phpmyadmin/pull/253