Bug 1034720 - A language property is missing for task query in REST and new GetTasksByVariousFieldsCommand
Summary: A language property is missing for task query in REST and new GetTasksByVario...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ER6
: 6.0.0
Assignee: Marco Rietveld
QA Contact: Ivo Bek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-26 11:55 UTC by Ivo Bek
Modified: 2016-09-20 05:05 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:11:57 UTC
Type: Bug


Attachments (Terms of Use)

Description Ivo Bek 2013-11-26 11:55:47 UTC
Description of problem:

When I want to use language property which was supported in previous version, I receive:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response>
    <status>BAD_REQUEST</status>
    <url>/business-central/rest/task/query?processInstanceId=31&amp;language=en-UK</url>
    <error>language is an unknown and unsupported query param for the task query operation.</error>
</response>

Actually the language property isn't in taskQuery method here https://github.com/droolsjbpm/droolsjbpm-integration/blob/master/kie-remote/kie-services-remote/src/main/java/org/kie/services/remote/rest/TaskResource.java#L117 and it will be necessary to add it also to GetTasksByVariousFieldsCommand which is used in the taskQuery method.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Ivo Bek 2014-01-06 13:19:59 UTC
Verified in BPMS 6.0.0.ER7


Note You need to log in before you can comment on or make changes to this bug.