Commit 9e0a776c authored by Prayas Jain's avatar Prayas Jain

Updated Dropdown placeholder and changed width of behalf of width in grid

parent 70aa0fe2
......@@ -649,7 +649,7 @@ myApp.controller("projectController", function ($scope,uiGridConstants, myFactor
direction: uiGridConstants.ASC,
priority: 0,
} },
{ name: 'onBehalfOf', displayName: 'On Behalf Of', enableColumnMenu: true, enableSorting: true, enableFiltering:true,width:'*' },
{ name: 'onBehalfOf', displayName: 'On Behalf Of', enableColumnMenu: true, enableSorting: true, enableFiltering:true,width:120 },
// { field: 'emailId', displayName: 'Email Id ', enableColumnMenu: false, enableSorting: false },
// { field: 'experience', displayName: 'Exp', enableColumnMenu: true, enableSorting: true, width: 80 },
{
......@@ -1811,11 +1811,11 @@ myApp.controller("projectController", function ($scope,uiGridConstants, myFactor
return $scope.aliasModel.employeeName;
}
else {
return "Please select a Alias Resource";
return "Please select a Resource";
}
} else {
return "Please select a Alias Resource";
return "Please select a Resource";
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment