Ninad Pundalik a écrit :
On 31 August 2010 23:13, Ninad Pundalik ninadsp16289@gmail.com wrote:
On 31/08/2010, Marc Delisle marc@infomarc.info wrote:
Don't know if it's related but in your repo, adding a column to a table and clicking Save displays "Loading" but it stays on the same page.
Due to some mistake, the form on tbl_addfield.php has the same name as the form for creating a new table (used on db_structure.php and db_operations.php). Hence, the Ajax request is being executed correctly, but the response is not in JSON, and hence, the 'Loading' message lingers around even after the request completes successfully. I'll work on Ajaxifying this page tomorrow or the day after.
Please check commit 285a1b1 on my branch. Sorry that it took a little longer to fix. A couple of things came up and I had no time to look at it last week.
Hi Ninad, in your tree, adding a column now shows correctly "table xxx has been altered successfully" but stays on the same page.
Applying 285a1b1 to current master does not show this message, and it stays on the same page. Any other commit to apply with this one?