Bug 1005830 - the rest/groups post call returns the created entity info with a typo
Summary: the rest/groups post call returns the created entity info with a typo
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ER4
: 6.0.0
Assignee: Mark Proctor
QA Contact: Jiri Svitak
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-09 13:10 UTC by Eva Kopalova
Modified: 2015-06-02 01:35 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-08-06 20:18:01 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Eva Kopalova 2013-09-09 13:10:12 UTC
How reproducible:


Steps to Reproduce:
1. issue the respective curl call, for example: 

curl -X POST -u "eko:eko@12345" -H "Content-Type: application/json" -d '{"name":"mortgages","description":"My repo with mortgage assets.","owner":"eko","repositories":["myRepository"]}' http://localhost:8080/business-central/rest/groups

Actual results:
 the response:
{"jodId":"1378731522284-1","status":"ACCEPTED","groupName":"mortgages","ownder":"eko","description":null,"repositories":["myRepository"]}

note the typo: ownder


Expected results:
no typo in the response

Comment 2 Jervis Liu 2013-09-10 11:22:22 UTC
Already fixed

Comment 8 Jiri Svitak 2014-01-13 16:53:05 UTC
Verified in BRMS 6 ER7.


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