Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • erp5 erp5
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 141
    • Merge requests 141
  • 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
  • nexedi
  • erp5erp5
  • Merge requests
  • !147

Closed
Created Jul 22, 2016 by Ayush Tiwari@tiwariayushContributor
  • Report abuse
Report abuse

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

  • Overview 1
  • Commits 2
  • 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
Reviewer
Request review from
Time tracking
Source branch: erp5_standard_property
GitLab Nexedi Edition | About GitLab | About Nexedi | 沪ICP备2021021310号-2 | 沪ICP备2021021310号-7