|
|
@@ -79,8 +79,7 @@ wn.widgets.form.sidebar.AssignTo = Class.extend({ |
|
|
|
{fieldtype:'Link', fieldname:'assign_to', options:'Profile', |
|
|
|
label:'Assign To', |
|
|
|
description:'Add to To Do List of', reqd:true}, |
|
|
|
{fieldtype:'Data', fieldname:'description', label:'Comment', |
|
|
|
'default': 'Assigned by ' + user}, |
|
|
|
{fieldtype:'Data', fieldname:'description', label:'Comment'}, |
|
|
|
{fieldtype:'Date', fieldname:'date', label:'Complete By'}, |
|
|
|
{fieldtype:'Select', fieldname:'priority', label:'Priority', |
|
|
|
options:'Low\nMedium\nHigh', 'default':'Medium'}, |
|
|
|