如何为smartedit设置自定义Webroot?

2020-09-02 00:58发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


嗨,

我想自定义webroot的smartedit,例如/custom/smartedit。

我尝试了smartedit.webroot =/custom/smartedit和其他一些变体,但这没有用。

我该怎么办?

BR戈兰

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


嗨,

我想自定义webroot的smartedit,例如/custom/smartedit。

我尝试了smartedit.webroot =/custom/smartedit和其他一些变体,但这没有用。

我该怎么办?

BR戈兰

付费偷看设置
发送
6条回答
SAP小黑
1楼-- · 2020-09-02 01:49

您是否已在local.properties中添加了它?

smartedit.webroot =/custom/smartedit

小熊yu生菜
2楼-- · 2020-09-02 01:41

我正在使用Hybris 6.6版。 我在IE,Chrome和Firefox中尝试过,但没有得到结果。

Haoba3210
3楼-- · 2020-09-02 01:48

是的,我在local.properties中添加了它,但是它不会打开smartedit。 如我在hac配置属性中所见,已设置了webroot。 在堆栈跟踪中没有错误。

CJones
4楼-- · 2020-09-02 01:36

这对我没有用,但出现以下错误:

thirdparties.js:114 GET https://localhost:9012/smartedit/configuration 404(不 找到)

SAP小黑
5楼-- · 2020-09-02 01:26

另一个选项是转到您的smartedit extensioninfo.xml 在/hybris/bin/ext-content/smartedit/extenioninfo.xml->

  
 


  

这肯定可以正常工作:)

Nir深蓝
6楼-- · 2020-09-02 01:24

嗨,

在local.properties中添加属性

smartedit.webroot =/customedit
然后执行"蚂蚁部署"

现在将" smartedit"替换为" customedit"(或给您自定义 名称)在下面的文件中:文件名:resourceLocations.ts(您将在2个位置中找到此文件。更新两个文件中的值)。

要更新的值:

原始值:
.constant('SMARTEDIT_ROOT','smartedit')
.constant('SMARTEDIT_RESOURCE_URI_REGEXP',/^(.*)\/smartedit/)
.constant('CONFIGURATION_URI','//smartedit/configuration/: 键')
.constant('CONFIGURATION_COLLECTION_URI','/smartedit/configuration')

更新值:
.constant('SMARTEDIT_ROOT','customedit')
.constant(' SMARTEDIT_RESOURCE_URI_REGEXP',/^(。*)\/customedit/)
.constant('CONFIGURATION_URI','/customedit/configuration/:key')
.constant('CONFIGURATION_COLLECTION_URI','/customedit/configuration' )

还更新" smarteditcommons.js"(在不同位置有2个文件,此名称与此文件都更新)。
搜索 以上属性并进行相同的替换。

现在打开" https://localhost:9002/customedit"

一周热门 更多>