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 @@ ...@@ -94,7 +94,7 @@
"title": "Title", "title": "Title",
"default": gadget.state.doc.title, "default": gadget.state.doc.title,
"css_class": "", "css_class": "",
"required": 1, "required": 0,
"editable": 1, "editable": 1,
"key": "title", "key": "title",
"hidden": 0, "hidden": 0,
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
"title": "Url", "title": "Url",
"default": gadget.state.doc.coordinate_text, "default": gadget.state.doc.coordinate_text,
"css_class": "", "css_class": "",
"required": 0, "required": 1,
"editable": 1, "editable": 1,
"key": "coordinate_text", "key": "coordinate_text",
"hidden": 0, "hidden": 0,
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>961.49505.13389.1024</string> </value> <value> <string>961.50752.48497.40618</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1504099494.84</float> <float>1504174258.05</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </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