fixed assetmanager bug
This commit is contained in:
parent
e965258f89
commit
ee28c051e9
2 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@
|
||||||
- fix - Event calendar SCOPE doesn't work!! (Wouter van Oijen / ProcoliX)
|
- fix - Event calendar SCOPE doesn't work!! (Wouter van Oijen / ProcoliX)
|
||||||
- better HTML compliancy
|
- better HTML compliancy
|
||||||
- fixed a lot of POD
|
- fixed a lot of POD
|
||||||
|
- fix - Changing rank ot the asset (Martin kamerbeek / Procolix)
|
||||||
|
|
||||||
6.99.1
|
6.99.1
|
||||||
- Bugfixes on dashboard to fix template errors.
|
- Bugfixes on dashboard to fix template errors.
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,7 @@ function AssetManager_Write() {
|
||||||
document.write("<td "+this.Columns[j].td+">"+open_div+this.Lines[i][j].text+close_div+"</td>");
|
document.write("<td "+this.Columns[j].td+">"+open_div+this.Lines[i][j].text+close_div+"</td>");
|
||||||
|
|
||||||
//added for dragging to map draggable objects and meta data objects
|
//added for dragging to map draggable objects and meta data objects
|
||||||
if (j==2) {
|
if (j==1) {
|
||||||
this.draggableObjects[i] = document.getElementById(div_name);
|
this.draggableObjects[i] = document.getElementById(div_name);
|
||||||
if (this.metaData && this.metaData[i]) {
|
if (this.metaData && this.metaData[i]) {
|
||||||
this.draggableObjects[i].metaData = this.metaData[i];
|
this.draggableObjects[i].metaData = this.metaData[i];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue