Commit 8e7fe49c authored by Ivan Tyagov's avatar Ivan Tyagov Committed by Ayush Tiwari

Rename according to conventions.

Improve UI (sorting).
parent 14abcd52
<property_sheet_list> <property_sheet_list>
<portal_type id="Data Notebook"> <portal_type id="Data Notebook">
<item>Jupyter Notebook</item> <item>JupyterNotebook</item>
<item>Reference</item> <item>Reference</item>
</portal_type> </portal_type>
<portal_type id="Data Notebook Line"> <portal_type id="Data Notebook Line">
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Jupyter Notebook</string> </value> <value> <string>JupyterNotebook</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
......
...@@ -11,8 +11,6 @@ ...@@ -11,8 +11,6 @@
<value> <value>
<list> <list>
<string>columns</string> <string>columns</string>
<string>search_columns</string>
<string>selection_name</string>
<string>title</string> <string>title</string>
</list> </list>
</value> </value>
...@@ -86,6 +84,10 @@ ...@@ -86,6 +84,10 @@
<string>reference</string> <string>reference</string>
<string>Reference</string> <string>Reference</string>
</tuple> </tuple>
<tuple>
<string>modification_date</string>
<string>Modification Date</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
...@@ -108,25 +110,6 @@ ...@@ -108,25 +110,6 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>search_columns</string> </key>
<value>
<list>
<tuple>
<string>title</string>
<string>Title</string>
</tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>data_notebook_module_selection</string> </value>
</item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
......
...@@ -11,8 +11,7 @@ ...@@ -11,8 +11,7 @@
<value> <value>
<list> <list>
<string>columns</string> <string>columns</string>
<string>count_method</string> <string>sort</string>
<string>list_method</string>
<string>title</string> <string>title</string>
</list> </list>
</value> </value>
...@@ -94,13 +93,13 @@ ...@@ -94,13 +93,13 @@
<string>notebook_code_result</string> <string>notebook_code_result</string>
<string>Output</string> <string>Output</string>
</tuple> </tuple>
<tuple>
<string>modification_date</string>
<string>Modification Date</string>
</tuple>
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>count_method</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_list_mode_listbox</string> </value> <value> <string>my_list_mode_listbox</string> </value>
...@@ -110,9 +109,14 @@ ...@@ -110,9 +109,14 @@
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>list_method</string> </key> <key> <string>sort</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> <list>
<tuple>
<string>modification_date</string>
<string>ASC</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -129,17 +133,4 @@ ...@@ -129,17 +133,4 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Method" module="Products.Formulator.MethodField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>contentValues</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
2015-10-16 Ivan
* Initial import of Ayush Tiwari's work
\ No newline at end of file
Copyright (c) 2015-2020 Nexedi SA
\ No newline at end of file
Interaction between Jupyter(IPython Notebook) and ERP5. Interaction between Jupyter(IPython Notebook) and ERP5.
This business template is unsafe to install on a public server as one of the extensions uses eval.
\ No newline at end of file !WARNING!
This business template is unsafe to install on a public server as one of the extensions uses eval and allows remote code execution. Proper security should be taken into account.
!WARNING!
\ No newline at end of file
GPL
\ No newline at end of file
Data Notebook Line | XMLObject Data Notebook Line | XMLObject
Data Notebook | Jupyter Notebook Data Notebook | JupyterNotebook
Data Notebook | Reference Data Notebook | Reference
\ No newline at end of file
Jupyter Notebook JupyterNotebook
\ No newline at end of file \ No newline at end of file
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