Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RM-90850 Add wizard view #13977

Open
wants to merge 7 commits into
base: wip
Choose a base branch
from
Open

RM-90850 Add wizard view #13977

wants to merge 7 commits into from

Conversation

mea-axelor
Copy link
Contributor

No description provided.

axelor-project/src/main/resources/views/ProjectWizard.xml Outdated Show resolved Hide resolved
axelor-project/src/main/resources/views/ProjectWizard.xml Outdated Show resolved Hide resolved
axelor-project/src/main/resources/views/ProjectWizard.xml Outdated Show resolved Hide resolved
domain="self.year.typeSelect = 4 AND self.toDate > :__date__ "/>
<field name="$sprint" title="Sprint" readonlyIf="!$project" colSpan="3"
type="many-to-one" onChange="action-chart-set-sprint-date,action-attrs-refresh-dashlets"
onSelect="action-project-method-compute-sprint-domain"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At onselect, doesn't seem to filter

onChange="action-project-record-empty-sprint-period,action-attrs-refresh-dashlets"
required="true"/>
<field name="$period" title="Allocation period" colSpan="3" type="many-to-one"
onChange="action-chart-set-period-date,action-attrs-refresh-dashlets"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the first selection of a period without changing the project, the dashlets seems not recomputed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants