Fork of WebGUI 7.10, maintained by Oqapi https://git.oqapi.nl/oqapi/webgui
Find a file
ampli ed0c400440 Columns in DataTable may be "randomly" deleted. This happens in updateSchema(), because both the column update loop and the row update loop use the same variable "i". Since variable scope in JS is by function and not block, the column loop variable gets overwritten.
Repeat-by:
1. New Content->Basic->DataTable
2. data
3. Edit Schema
4. col1, add Column
5. col2, add Column
6. col3, Save
7. Edit Schema

Note that col2 is missing.

Fix:
Change the name of the variable in the row loop.
2011-06-29 03:01:15 +03:00
docs fixed #12169: extras uploads symlink export 2011-06-21 16:16:51 -05:00
etc rfe #12127: AssetProperty macro 2011-05-11 09:39:25 -05:00
lib fixed #12169: extras uploads symlink export 2011-06-21 16:16:51 -05:00
sbin allow specific expires dates for groups in userImport.pl 2011-06-20 18:26:39 -05:00
t Added POD and test for RenderThingData macro update 2011-06-16 18:07:54 -05:00
www Columns in DataTable may be "randomly" deleted. This happens in updateSchema(), because both the column update loop and the row update loop use the same variable "i". Since variable scope in JS is by function and not block, the column loop variable gets overwritten. 2011-06-29 03:01:15 +03:00
.gitignore Fixed #10967: Using a round bracket (parenthesis) in a macro. Unbalanced parentheses can now be escaped in macro calls using the backslash character. 2009-09-14 14:27:14 -04:00
.perltidyrc perltidyrc now placed where it can do the most good 2009-05-29 18:50:01 +00:00