- 21 Jul, 2016 40 commits
-
-
Ayush Tiwari authored
erp5_catalog: Modify mistake with dtml file path and remove initialization of XMLObject and ZSQL in SQLMethod __init__
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
ERP5 SQL Methods would be the next step in shifting from Zope base catalog to ERP5 Catalog. ZSQLMethods are used extensively inside the catalog, so the better option would be to make an ERP5 object for them.
-
Ayush Tiwari authored
-
Ayush Tiwari authored
This change solves the error which one gets while trying to access properties Form for an ERP5 object having one or more of its property of type 'selection' or 'multiple selection'. For example: If you try to access property form for any portal_type objects, you'll get an error : 'select_variable' is not defined. This is because of the absence of the property select variable for the property of type multiple selection which in case of portal_type object is property sheet list. This is helpful for ERP5 views/forms which displays selection or multiple selection type object.
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
erp5_catalog: Add list suffix for lines type property in portal skins for Catalog_viewMethodList view
-
Ayush Tiwari authored
erp5_catalog: Use setProperty from Base class instead of _updateProperty from PropertyManager to update/set property for ERP5Catalog object
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
erp5_catalog_transition: Add select_variable property in standard property in Catalog property sheets
-
Ayush Tiwari authored
Now as CatalogTool is a ERP5 object(BaseTool), we need CatalogTool.getPath to direct to getPath function from Base class, so the best way was to change the tests where it relied on CatalogTool.getPath to call getpath from ZSQLCatalog.
-
Ayush Tiwari authored
-
Ayush Tiwari authored
erp5_catalog: Revert back to monkeypatch getPath with getpath in ZSQLCatalog and solve inhertiance conflict for CatalogTool
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
erp5_catalog: Update select_variable and type for Catalog and CatalogTool property_sheets objects respectively
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-