@@ -214,16 +214,16 @@ var ESTIMATE_EFFORT_ONSITE = "Estimate Efforts Days Onsite";
214
214
215
215
var projectCategoryArray = [
216
216
{ id :32 , name :'Application Front-End Design' , label :'Application Front-End Design' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
217
- { id :STUDIO_CATEGORY_ID_DESIGN_F2F , name :'Design First2Finish' , label :'Design First2Finish' , typeId :3 , typeName :'Studio' , hasMulti :false , hideInDropdown : false } ,
218
- { id :22 , name :'Idea Generation' , label :'Idea Generation' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
217
+ { id :STUDIO_CATEGORY_ID_DESIGN_F2F , name :'Design First2Finish' , label :'Design First2Finish' , typeId :3 , typeName :'Studio' , hasMulti :false , hideInDropdown : true } ,
218
+ { id :22 , name :'Idea Generation' , label :'Idea Generation' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : true } ,
219
219
{ id :21 , name :'Print/Presentation' , label :'Print/Presentation' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
220
220
{ id :17 , name :'Web Design' , label :'Web Design' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
221
221
{ id :30 , name :'Widget or Mobile Screen Design' , label :'Widget or Mobile Screen Design' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
222
222
{ id :18 , name :'Wireframes' , label :'Wireframes' , typeId :3 , typeName :'Studio' , hasMulti :true , hideInDropdown : false } ,
223
- { id :SOFTWARE_CATEGORY_ID_BUG_HUNT , name :'Bug Hunt' , label :'Bug Hunt' , typeId :2 , typeName :'Application' , hasMulti :false , hideInDropdown : false } ,
224
- { id :SOFTWARE_CATEGORY_ID_CODE , name :'Code' , label :'Code' , typeId :2 , typeName :'Application' , hasMulti :false , hideInDropdown : false } ,
225
- { id :SOFTWARE_CATEGORY_ID_F2F , name :'First2Finish' , label :'First2Finish' , typeId :2 , typeName :'Application' , hasMulti :false , hideInDropdown : false } ,
226
- { id :13 , name :'TESTSUITES' , label :'Test Suites' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : false } ,
223
+ { id :SOFTWARE_CATEGORY_ID_BUG_HUNT , name :'Bug Hunt' , label :'Bug Hunt' , typeId :2 , typeName :'Application' , hasMulti :false , hideInDropdown : true } ,
224
+ { id :SOFTWARE_CATEGORY_ID_CODE , name :'Code' , label :'Code' , typeId :2 , typeName :'Application' , hasMulti :false , hideInDropdown : true } ,
225
+ { id :SOFTWARE_CATEGORY_ID_F2F , name :'First2Finish' , label :'First2Finish' , typeId :2 , typeName :'Application' , hasMulti :false , hideInDropdown : true } ,
226
+ { id :13 , name :'TESTSUITES' , label :'Test Suites' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : true } ,
227
227
{ id :SOFTWARE_CATEGORY_ID_CONCEPT , name :'CONCEPTUALIZATION' , label :'Software Conceptualization' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : true } ,
228
228
{ id :SOFTWARE_CATEGORY_ID_SPEC , name :'SPECIFICATION' , label :'Software Specification' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : true } ,
229
229
{ id :7 , name :'ARCHITECTURE' , label :'Architecture' , typeId :2 , typeName :'Application' , hasMulti :true , hideInDropdown : true } ,
0 commit comments