Commit e51e37ab authored by Jérome Perrin's avatar Jérome Perrin

bt5: rename planning box scripts to comply with naming conventions

Rounding scripts:

Planning is not an acceptable prefix, this script is called on the
current context, so let's use Base_ as a prefix.

Planning_roundBoundToMinute → Base_roundPlanningBoxBoundToMinute
Planning_roundBoundToDay → Base_roundPlanningBoxBoundToDay
Planning_roundBoundToInt → Base_roundPlanningBoxBoundToInt
parent 55daeefa
......@@ -540,7 +540,7 @@
</item>
<item>
<key> <string>round_script</string> </key>
<value> <string>Planning_roundBoundToDay</string> </value>
<value> <string>Base_roundPlanningBoxBoundToDay</string> </value>
</item>
<item>
<key> <string>sec_axis_script</string> </key>
......
......@@ -127,7 +127,7 @@
</item>
<item>
<key> <string>round_script</string> </key>
<value> <string>Planning_roundBoundToMinute</string> </value>
<value> <string>Base_roundPlanningBoxBoundToMinute</string> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
......
......@@ -115,7 +115,7 @@
</item>
<item>
<key> <string>round_script</string> </key>
<value> <string>Planning_roundBoundToMinute</string> </value>
<value> <string>Base_roundPlanningBoxBoundToMinute</string> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
......
......@@ -134,7 +134,7 @@
</item>
<item>
<key> <string>round_script</string> </key>
<value> <string>Planning_roundBoundToMinute</string> </value>
<value> <string>Base_roundPlanningBoxBoundToMinute</string> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
......
......@@ -131,7 +131,7 @@
</item>
<item>
<key> <string>round_script</string> </key>
<value> <string>Planning_roundBoundToMinute</string> </value>
<value> <string>Base_roundPlanningBoxBoundToMinute</string> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
......
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Planning_roundBoundToMinute</string> </value>
<value> <string>Base_roundPlanningBoxBoundToDay</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Planning_roundBoundToInt</string> </value>
<value> <string>Base_roundPlanningBoxBoundToInt</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -54,7 +54,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Planning_roundBoundToDay</string> </value>
<value> <string>Base_roundPlanningBoxBoundToMinute</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -540,7 +540,7 @@
</item>
<item>
<key> <string>round_script</string> </key>
<value> <string>Planning_roundBoundToDay</string> </value>
<value> <string>Base_roundPlanningBoxBoundToDay</string> </value>
</item>
<item>
<key> <string>sec_axis_script</string> </key>
......
......@@ -849,7 +849,7 @@ class PlanningBoxWidget(Widget.Widget):
round_script = fields.StringField('round_script',
title='Name of script rounding blocks during validation (ex. ' \
'Planning_roundBoundToDay)',
'Base_roundPlanningBoxBoundToDay)',
description='script for block bounds rounding when validating',
default='',
required=0)
......
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