Commit 4b6fd025 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

revert 31116 temporarily, because it is too slow. we need more efficient implementation anyway.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31169 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 64192eb5
...@@ -103,16 +103,17 @@ class BusinessPath(Path): ...@@ -103,16 +103,17 @@ class BusinessPath(Path):
return ('source', return ('source',
'source_account', 'source_account',
'source_administration', 'source_administration',
'source_advice', #'source_advice',
'source_carrier', #'source_carrier',
'source_decision', #'source_decision',
'source_function', 'source_function',
'source_payment', 'source_payment',
'source_project', 'source_project',
'source_referral', #'source_referral',
'source_section', 'source_section',
'source_trade', #'source_trade',
'source_transport') #'source_transport'
)
security.declareProtected(Permissions.AccessContentsInformation, security.declareProtected(Permissions.AccessContentsInformation,
'getDestinationArrowBaseCategoryList') 'getDestinationArrowBaseCategoryList')
...@@ -125,16 +126,17 @@ class BusinessPath(Path): ...@@ -125,16 +126,17 @@ class BusinessPath(Path):
return ('destination', return ('destination',
'destination_account', 'destination_account',
'destination_administration', 'destination_administration',
'destination_advice', #'destination_advice',
'destination_carrier', #'destination_carrier',
'destination_decision', #'destination_decision',
'destination_function', 'destination_function',
'destination_payment', 'destination_payment',
'destination_project', 'destination_project',
'destination_referral', #'destination_referral',
'destination_section', 'destination_section',
'destination_trade', #'destination_trade',
'destination_transport') #'destination_transport'
)
# ICategoryAccessProvider overridden methods # ICategoryAccessProvider overridden methods
def _getCategoryMembershipList(self, category, **kw): def _getCategoryMembershipList(self, category, **kw):
......
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