on 2020 Sep 30 8:47 PM
Hi All,
I have one question, i can't change one attribute call URL media Hybris, this attribute is out of the box and String (example 1), because is read-only, and I want change this attribute for long.String (example 2). my version is 18.11.
example 1:
<attribute qualifier="URL" type="java.lang.String"> <modifiers read="true" write="true" search="false" optional="true"/> <persistence type="dynamic"/> <model> <getter name="url" deprecated="true" deprecatedSince="ages"/> <setter name="url" deprecated="true" deprecatedSince="ages"/> </model></attribute>
example 2:
<persistence type="property"> <columntype> <value>HYBRIS.LONG_STRING</value> </columntype></persistence>
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.