migrated data form wobject to asset and some bug fixes
This commit is contained in:
parent
a7ac059864
commit
0ce3182da0
14 changed files with 365 additions and 336 deletions
|
|
@ -48,7 +48,7 @@ function Asset_setRank(rank) {
|
|||
//-------------------------------
|
||||
//url + ?||& + func=edit
|
||||
function Asset_edit() {
|
||||
location.href = "http://" + manager.tools.getHostName(location.href) + manager.tools.addParamDelimiter(this.url) + "func=edit&afterEdit=assetManager";
|
||||
location.href = "http://" + manager.tools.getHostName(location.href) + manager.tools.addParamDelimiter(this.url) + "func=edit&proceed=manageAssets";
|
||||
}
|
||||
|
||||
//Edit the properties of an asset (edit)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue