Once added, the description of a bitstream can not be removed
-------------------------------------------------------------

                 Key: DS-597
                 URL: http://jira.dspace.org/jira/browse/DS-597
             Project: DSpace 1.x
          Issue Type: Bug
          Components: DSpace API
    Affects Versions: 1.5.2
            Reporter: Eija Airio
            Priority: Minor


FlowItemUtils.java, processEditBitstream: the description of a bitstream is 
edited only when its length is over zero:


                // Update the bitstream's description
                if (description != null && description.length() > 0)
                {
                        bitstream.setDescription(description);
                }

The if-sentence could possibly be deleted.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to