Commit 7e4c8ea7 authored by Jérome Perrin's avatar Jérome Perrin

telephone and geographic coordinates have an int_index field in their views,

but they lack the sort index property sheet.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28069 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7867f3ce
...@@ -60,6 +60,7 @@ class GeographicAddress(Coordinate, Base): ...@@ -60,6 +60,7 @@ class GeographicAddress(Coordinate, Base):
# Declarative properties # Declarative properties
property_sheets = ( PropertySheet.Base property_sheets = ( PropertySheet.Base
, PropertySheet.SimpleItem , PropertySheet.SimpleItem
, PropertySheet.SortIndex
, PropertySheet.CategoryCore , PropertySheet.CategoryCore
, PropertySheet.GeographicAddress , PropertySheet.GeographicAddress
) )
......
...@@ -65,6 +65,7 @@ class Telephone(Coordinate, Base): ...@@ -65,6 +65,7 @@ class Telephone(Coordinate, Base):
property_sheets = ( PropertySheet.Base property_sheets = ( PropertySheet.Base
, PropertySheet.SimpleItem , PropertySheet.SimpleItem
, PropertySheet.CategoryCore , PropertySheet.CategoryCore
, PropertySheet.SortIndex
, PropertySheet.Telephone , PropertySheet.Telephone
) )
# This is a list of regex. # This is a list of regex.
......
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