[Changed] property name to lower-case
Dieser Commit ist enthalten in:
Ursprung
99ea814987
Commit
b46175f5ab
@ -10,5 +10,5 @@ class Constants
|
||||
public const OXID_MODULE_ID = 'd3manufacturerinformation';
|
||||
|
||||
// Tables and Database
|
||||
public const D3_OXMANUFACTURERS_LONGDESC_FIELDNAME = 'D3DESCRIPTION';
|
||||
public const D3_OXMANUFACTURERS_LONGDESC_FIELDNAME = 'd3description';
|
||||
}
|
@ -23,7 +23,7 @@
|
||||
<input type="hidden" name="editlanguage" value="{{ editlanguage }}">
|
||||
</form>
|
||||
|
||||
<form name="myedit" id="myedit" action="{{ oViewConf.getSelfLink() }}" method="post" onSubmit="copyLongDesc( 'oxmanufacturers__D3DESCRIPTION' );" style="padding: 0px;margin: 0px;height:0px;">
|
||||
<form name="myedit" id="myedit" action="{{ oViewConf.getSelfLink() }}" method="post" onSubmit="copyLongDesc( 'oxmanufacturers__d3description' );" style="padding: 0px;margin: 0px;height:0px;">
|
||||
{{ oViewConf.getHiddenSid()|raw }}
|
||||
<input type="hidden" name="cl" value="d3manufacturerinfolongdesc">
|
||||
<input type="hidden" name="fnc" value="">
|
||||
@ -31,7 +31,7 @@
|
||||
<input type="hidden" name="voxid" value="{{ oxid }}">
|
||||
<input type="hidden" name="editval[oxmanufacturers__oxid]" value="{{ oxid }}">
|
||||
<input type="hidden" name="catlang" value="{{ catlang }}">
|
||||
<input type="hidden" name="editval[oxmanufacturers__D3DESCRIPTION]" value="">
|
||||
<input type="hidden" name="editval[oxmanufacturers__d3description]" value="">
|
||||
|
||||
{% include "include/category_text_editor.html.twig" %}
|
||||
</form>
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren