You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@vcl.apache.org by "Josh Thompson (JIRA)" <ji...@apache.org> on 2012/09/19 17:31:07 UTC

[jira] [Created] (VCL-628) check for duplicate image name not correctly performed when specified name is the same as the base image

Josh Thompson created VCL-628:
---------------------------------

             Summary: check for duplicate image name not correctly performed when specified name is the same as the base image
                 Key: VCL-628
                 URL: https://issues.apache.org/jira/browse/VCL-628
             Project: VCL
          Issue Type: Bug
          Components: web gui (frontend)
    Affects Versions: 2.3
            Reporter: Josh Thompson
             Fix For: 2.4, 2.3.1


If a user makes a new image and tries to give it the same name as the image it was based on, the check for a duplicate name does not catch the duplicate because it ignores the record for the base image. This is due to the same code being used for creating new images as is used for editing existing images. The code needs to track if it is new vs edit and do the duplicate name check accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (VCL-628) check for duplicate image name not correctly performed when specified name is the same as the base image

Posted by "Josh Thompson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VCL-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Thompson resolved VCL-628.
-------------------------------

    Resolution: Fixed
    
> check for duplicate image name not correctly performed when specified name is the same as the base image
> --------------------------------------------------------------------------------------------------------
>
>                 Key: VCL-628
>                 URL: https://issues.apache.org/jira/browse/VCL-628
>             Project: VCL
>          Issue Type: Bug
>          Components: web gui (frontend)
>    Affects Versions: 2.3
>            Reporter: Josh Thompson
>             Fix For: 2.4, 2.3.1
>
>
> If a user makes a new image and tries to give it the same name as the image it was based on, the check for a duplicate name does not catch the duplicate because it ignores the record for the base image. This is due to the same code being used for creating new images as is used for editing existing images. The code needs to track if it is new vs edit and do the duplicate name check accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira