Commit f663fe55 authored by Papa Tamsir Kane's avatar Papa Tamsir Kane

erp5_office_js: Bookmark Manager: fix required properties in view

parent 7526ee78
......@@ -94,7 +94,7 @@
"title": "Title",
"default": gadget.state.doc.title,
"css_class": "",
"required": 1,
"required": 0,
"editable": 1,
"key": "title",
"hidden": 0,
......@@ -105,7 +105,7 @@
"title": "Url",
"default": gadget.state.doc.coordinate_text,
"css_class": "",
"required": 0,
"required": 1,
"editable": 1,
"key": "coordinate_text",
"hidden": 0,
......
......@@ -236,7 +236,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>961.49505.13389.1024</string> </value>
<value> <string>961.50752.48497.40618</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>1504099494.84</float>
<float>1504174258.05</float>
<string>UTC</string>
</tuple>
</state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment