Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • erp5 erp5
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 142
    • Merge requests 142
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • nexedinexedi
  • erp5erp5
  • Merge requests
  • !147

ERP5 Property Sheets: Add property 'select_variable' to Standard Property object.

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Ayush Tiwari requested to merge tiwariayush/erp5:erp5_standard_property into master Jul 22, 2016
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 2

This change concerns with the addition of 'select_variable' property to 'Standard Property' object which is required because while trying to display properties form for any ERP5 object which contains at-least one property of selection or multiple selection type, rendering usually fails with an error "'select_varaible' is not defined".

This is because of this section in properties.dtml file regarding rendering of properties of type selection or multiple selection.

<dtml-elif "type=='selection'">
  <dtml-if "hasProperty(select_variable)">
<dtml-elif "type=='multiple selection'">
  <dtml-if "hasProperty(select_variable)">

This behaviour can be checked by trying to access properties form for any portal_type object.

Please review: @romain

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: erp5_standard_property
GitLab Nexedi Edition | About GitLab | About Nexedi | 沪ICP备2021021310号-2 | 沪ICP备2021021310号-7