首页 > 其他 > 详细

add new color number to the color drop down in enovia PLM

时间:2018-06-04 12:52:48      阅读:286      评论:0      收藏:0      [点我收藏+]

Ticket description:A55482L

 技术分享图片

 

Ticket attachment:

 

 技术分享图片

 

  1. Open the attached page

  

 技术分享图片

技术分享图片

 

 

  2. Open the internationalizing properties file.

vim /opt/plm/webapp/internal/WEB-INF/classes/LuxotticaStringResource.properties

 技术分享图片

 

 

  3. Search items with color value ‘Prizm Grey’ of drop down

 技术分享图片

 

 

 

  4. Add a new range to attribute LUX_RxLenses_Color  in accordance with user’s requirement.

 技术分享图片

 

 

  5. Then reopen the ticket’s attached page, you will see 38 added to drop down,  but it is different from other range value, since we didn’t internationalize the attribute’s range value.

  6. add internationalizing value.

 技术分享图片

 

Attention: you need to modify four properties files in four production machine.

vim /opt/plm/webapp/internal/WEB-INF/classes/LuxotticaStringResource.properties

vim /opt/plm/webapp/3dspace/WEB-INF/classes/LuxotticaStringResource.properties

vim /opt/plm/webapp/internal/WEB-INF/classes/emxFrameworkStringResource.properties

vim /opt/plm/webapp/3dspace/WEB-INF/classes/emxFrameworkStringResource.properties

 

10.8.0.70

10.8.0.71

10.8.0.72

10.8.0.73

 

7.Execute the following command to restart tomcat in four production machine

   a. ps –ef|grep tomcat

  confirm which tomcat service you need to restart

   b. restart tomcat

sudo service tomee0 start|stop|restart|status

sudo service tomee1 tart|stop|restart|status

    sudo service tomee4 start|stop|restart|status

 

add new color number to the color drop down in enovia PLM

原文:https://www.cnblogs.com/daniel123/p/9132386.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!