Thilanka, I found a problem for this feature. To reproduce:
- open a table - search for something that exists - in the results, click the checkbox for one line - at the bottom, click Change - edit one of the values and go to another field
Javascript console says "verificationsAfterFieldChange is not defined".
Hi Marc,
On Tue, Jul 26, 2011 at 2:05 AM, Marc Delisle marc@infomarc.info wrote:
Thilanka, I found a problem for this feature. To reproduce:
- open a table
- search for something that exists
- in the results, click the checkbox for one line
- at the bottom, click Change
- edit one of the values and go to another field
Javascript console says "verificationsAfterFieldChange is not defined".
The issue was not including the tbl_change.js file to the tbl_select.php file. I fixed it and pushed to the repo.
Regards, Thilanka.
Thilanka Kaushalya a écrit :
Hi Marc,
On Tue, Jul 26, 2011 at 2:05 AM, Marc Delisle <marc@infomarc.info mailto:marc@infomarc.info> wrote:
Thilanka, I found a problem for this feature. To reproduce: - open a table - search for something that exists - in the results, click the checkbox for one line - at the bottom, click Change - edit one of the values and go to another field Javascript console says "verificationsAfterFieldChange is not defined".
The issue was not including the tbl_change.js file to the tbl_select.php file. I fixed it and pushed to the repo.
Fix accepted, thanks.