Ticket #9439 (closed: fixed)
Allow "$domains" attribute of MultiDomainFunction receive index ranges.
Reported by: | Roman Tolchenov | Owned by: | Roman Tolchenov |
---|---|---|---|
Priority: | major | Milestone: | Release 3.2 |
Component: | Framework | Keywords: | |
Cc: | michael.wedel@… | Blocked By: | |
Blocking: | Tester: |
Description (last modified by Roman Tolchenov) (diff)
MultiDomainFunction has attribute "domains" which defines the domain indices for the member functions. It can be given an integer or a list of integers. In case it's a list of consecutive integers a range of the type "0-400" is preferable.
Attachments
Change History
comment:2 Changed 6 years ago by Roman Tolchenov
Re #9439. Added code to parse index ranges in 'domains' attributes
Changeset: ccd49545679265b6875d9da047b5df6d67b674dc
comment:3 Changed 6 years ago by Roman Tolchenov
- Status changed from infoneeded to new
- Description modified (diff)
comment:4 Changed 6 years ago by Roman Tolchenov
To test:
Run the attached script and see that it works.
comment:5 Changed 6 years ago by Owen Arnold
- Status changed from new to assigned
- Cc michael.wedel@… added
cc'd michael so that he can track what's going on here.
comment:6 Changed 6 years ago by Roman Tolchenov
- Status changed from assigned to verify
- Resolution set to fixed
comment:7 Changed 6 years ago by Michael Wedel
- Status changed from verify to closed
Merge remote-tracking branch 'origin/feature/9439_domain_ranges'
Full changeset: 405e9c465935758b324fcaaec062bf9f82d816cb
Note: See
TracTickets for help on using
tickets.
Roman, could you add a description to this ticket please, from the title I can't really understand the problem.