Bug 1124577

Summary: Removing a tag from a category displays an error
Product: [Community] PressGang CCMS Reporter: Matthew Casperson <mcaspers>
Component: Web-UIAssignee: pressgang-ccms-dev
Status: CLOSED DUPLICATE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.8CC: cbredesen, lnewson
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-29 22:52:07 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:
Embargoed:

Description Matthew Casperson 2014-07-29 20:37:50 UTC
When you attempt to remove a tag from a category, the following error is displayed:

An error occurred on the server. Please try again and if this problem persists, please log a bug.

java.lang.IllegalArgumentException: id to load is required for loading

Comment 1 Lee Newson 2014-07-29 22:52:07 UTC
This is caused by changes in BZ#1116705, so going to mark it as a duplicate of that.

The cause of this is that it previously used to use the category id to remove the tag, but I changed it to be part "relationshipId" which isn't set by the UI. As such I'll update the rest server to check if relationshipId exists and if so use that, otherwise use the category id.

*** This bug has been marked as a duplicate of bug 1116705 ***