关于SAP Commerce里CMS页面模型modifiedTime和modifiedtime的大小写问题

57 阅读1分钟

问题

although I know its value comes from HTTP response from Hybris server. Search using keyword = modifiedTime and nothing found except some unit test code. So what’s the purpose of introducing this field in Spartacus?

在这里插入图片描述

it seems we simply store the value coming from hybris server, and let it be there, without any further processing? At least I didn’t find any productive code( not unit test) are using it.

答案

as our beginning design, CMS items only need to be refreshed when modifiedTime is changed. But it is our old design. And modifiedTime is a base property in all hybris objects. Customers of SPA may use it.