Major enhancement: add multiple-resource support for tasks in the project
management asset. This should still integrate with the time tracker properly, and the data migration across the schema change should be handled by the upgrade script.
This commit is contained in:
parent
bed0c9130f
commit
5e7565d8df
13 changed files with 1345 additions and 36 deletions
|
|
@ -302,7 +302,7 @@ function cMenu_draw(){
|
|||
var output = "";
|
||||
output += '<div id="cMenu_' + this.id + '_menu" class="cMenu_skin">';
|
||||
for (i=0;i<this.linkUrls.length;i++) {
|
||||
var clazz = "submodal";
|
||||
var clazz = "submodal-400-300";
|
||||
if(this.linkUrls[i].indexOf("delete") != -1) {
|
||||
clazz=""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue