Issue Details (XML | Word | Printable)

Key: GALAXY-58
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: To be reviewed To be reviewed
Assignee: Dan Diephouse
Reporter: Todd Wells
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Galaxy

multiple values for the same metadata can be entered, only one shows in feed

Created: 25/Jan/08 06:33 PM   Updated: 18/Feb/08 10:40 PM
Component/s: Core
Affects Version/s: 1.0-beta-1
Fix Version/s: 1.0-beta-2

Time Tracking:
Not Specified

Labels:
User impact: Low


 Description  « Hide
Steps to reproduce:

1. Create an artifact "foo"
2. Create a metadata property named "test metadata"
3. in the UI for the foo artifact, add a value for test metadata "My tag"
4. add a second value for test metadata "yes!"
5. look at the feed for foo, note only the "yes!" metadata is included

<entry>
<link href="http://localhost:9090/api/registry/Default%20Workspace/foo/foo.atom?version=2" rel="edit"/>
<id>urn:galaxy:artifact:08ce9d7b-8b54-4175-a5de-c7cb32c9b4c1:2</id>
<title type="text">foo Version 2</title>
<updated>2008-01-25T19:28:46.858Z</updated>
<author>
<name>Galaxy</name>
</author>
<summary type="xhtml"></summary>
<metadata xmlns="http://galaxy.mule.org/1.0">
<property name="tag" locked="false" value="yes!"/>
</metadata>
<content type="text/plain" src="http://localhost:9090/api/registry/Default%20Workspace/foo?version=2"/>
<link href="http://localhost:9090/api/registry/Default%20Workspace/foo?version=2" rel="edit-media"/>
</entry>



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Dan Diephouse added a comment - 18/Feb/08 10:40 PM
This was fixed as part of GALAXY-30. It will be in the beta-2 release this week.