| Summary: | Guided rule editor does not let the user to set objects as a parameters for method calls that have objects super type as a parameter | ||
|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Toni Rikkola <trikkola> |
| Component: | Business Central | Assignee: | Toni Rikkola <trikkola> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tomas David <tdavid> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0.0 | CC: | etirelli, mbaluch, mbiarnes, rrajasek, tdavid |
| Target Milestone: | CR1 | ||
| Target Release: | 6.0.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-06 19:57:24 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1056950, 1075584 | ||
| Bug Blocks: | 1042798 | ||
Description of problem: Long topic, but the problem in code rule something when a:Application() map:HashMap() then map.put("string","string"); end The method put(Object,Object) only supports LiteralValues, even when it could take in both Application and the HashMap from above. This is because the code behind does not see that both Application and HashMap extend Object.