wiki bug | Stefan Nicolet | 2020-11-10 03:59 | |||||||||||
Status: Active | |||||||||||||
A long JSON message (attached) arrises when people edit (add, remove, modify) elements of a list that has been integrated into a wiki page the following way: <h4>People in the network</h4><br> <div id="list_div"></div> <script> var wp = new LABKEY.WebPart({ renderTo: 'list_div', partName: 'List - Single', partConfig: { listName: 'medict_network'}, frame: 'none'}); wp.render(); </script> This bug does not happen if the edition is done on the list itself. |
|||||||||||||
| |||||||||||||