Uploaded image for project: 'IGB'
  1. IGB
  2. IGBF-2050

Pending app of different versions is not able to be released

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None
    • Story Points:
      1
    • Sprint:
      Fall 4 : 30 Sep to 11 Oct, Fall 5 : 14 Oct to 25 Oct, Fall 6 : 28 Oct to 8 Nov

      Description

      Steps to re-produce the issue:
      1) Submit app say "super-simple-igb-app" of version "0.0.1"
      2) Submit app "super-simple-igb-app" of version "0.0.3"
      Now pending apps section will have two entries for "super-simple-igb-app-0.0.1" and "super-simple-igb-app-0.0.3".

      Ideal scenario - Both the versions of the apps should be released when accepted in pending apps section

      Current behavior - If any one version of app is selected, the other version of app cannot be released and the spinner keeps on rotating

      Cause of Issue which needs further debugging - Database has primary key as Bundle_SymbolicName. Since both the apps have same symbolicName duplicate entries are not allowed in database.

      Probable solution - To use both Bundle_SymbolicName and Bundle_Version as primary key for App table.

        Attachments

          Issue Links

            Activity

            rpatil14 Riddhi Jagdish Patil (Inactive) created issue -
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Field Original Value New Value
            Epic Link IGBF-1388 [ 17463 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Assignee Riddhi Jagdish Patil [ rpatil14 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status Open [ 1 ] To-Do [ 10305 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Link This issue blocks IGBF-2026 [ IGBF-2026 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Description Steps to re-produce the issue:
            1) Submit app say "super-simple-igb-app" of version "0.0.3"
            2) Submit app "super-simple-igb-app" of version "0.0.3"
            Now pending apps section will have two entries for "super-simple-igb-app-0.0.3" and "super-simple-igb-app-0.0.1".

            Ideal scenario - Both the versions of the apps should be released when accepted in pending apps section

            Current behavior - If any one version of app is selected, the other version of app cannot be released and the spinner keeps on rotating

            Cause of Issue which needs further debugging - Database has primary key as Bundle_SymbolicName. Since both the apps have same symbolicName duplicate entries are not allowed in database.

            Probable solution - To use both Bundle_SymbolicName and Bundle_Version as primary key for App table.
            Steps to re-produce the issue:
            1) Submit app say "super-simple-igb-app" of version "0.0.1"
            2) Submit app "super-simple-igb-app" of version "0.0.3"
            Now pending apps section will have two entries for "super-simple-igb-app-0.0.1" and "super-simple-igb-app-0.0.3".

            Ideal scenario - Both the versions of the apps should be released when accepted in pending apps section

            Current behavior - If any one version of app is selected, the other version of app cannot be released and the spinner keeps on rotating

            Cause of Issue which needs further debugging - Database has primary key as Bundle_SymbolicName. Since both the apps have same symbolicName duplicate entries are not allowed in database.

            Probable solution - To use both Bundle_SymbolicName and Bundle_Version as primary key for App table.
            Hide
            rpatil14 Riddhi Jagdish Patil (Inactive) added a comment -

            Issue:
            Pending app of different versions is not able to be released

            Solution:
            Instead of creating new object whenever accepting request from pending, check if the object with same App already exists in Database, if yes, update the version and release path of that object else create new one.

            Files changed:
            Code changes are present in branch IGBF-2050
            https://bitbucket.org/rpatil14/appstore_riddhi/branch/IGBF-2050
            submit_app/models.py
            submit_app/views.py

            Testing steps:
            1) Click on Submit Your App -> Upload an app with some version. for eg - super-simple-igb-app-0.0.1.jar
            2) Click on Submit Your App -> Upload same app with different version. for eg - super-simple-igb-app-0.0.3.jar
            3) Login as admin
            4) Go to Pending apps
            5) Accept pending request for super-simple-igb-app-0.0.1 app
            6) Accept pending request for super-simple-igb-app-0.0.3 app
            Both the apps should be accepted
            Check the behavior by logging to the admin page
            1) Only one app with Bundle_SymbolicName super-simple-igb-app should be present and its version and release file should be 0.0.3
            2) Releases tab should have two entries - one for release 0.0.1 and another for release 0.0.3

            Code changes deployed to https://dev-appstore-6.bioviz.org
            cc.[~aloraine]

            Show
            rpatil14 Riddhi Jagdish Patil (Inactive) added a comment - Issue: Pending app of different versions is not able to be released Solution: Instead of creating new object whenever accepting request from pending, check if the object with same App already exists in Database, if yes, update the version and release path of that object else create new one. Files changed: Code changes are present in branch IGBF-2050 https://bitbucket.org/rpatil14/appstore_riddhi/branch/IGBF-2050 submit_app/models.py submit_app/views.py Testing steps: 1) Click on Submit Your App -> Upload an app with some version. for eg - super-simple-igb-app-0.0.1.jar 2) Click on Submit Your App -> Upload same app with different version. for eg - super-simple-igb-app-0.0.3.jar 3) Login as admin 4) Go to Pending apps 5) Accept pending request for super-simple-igb-app-0.0.1 app 6) Accept pending request for super-simple-igb-app-0.0.3 app Both the apps should be accepted Check the behavior by logging to the admin page 1) Only one app with Bundle_SymbolicName super-simple-igb-app should be present and its version and release file should be 0.0.3 2) Releases tab should have two entries - one for release 0.0.1 and another for release 0.0.3 Code changes deployed to https://dev-appstore-6.bioviz.org cc. [~aloraine]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Assignee Riddhi Jagdish Patil [ rpatil14 ]
            ann.loraine Ann Loraine made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            Hide
            ann.loraine Ann Loraine added a comment -

            Need a repository for testing. Creating this now.

            Show
            ann.loraine Ann Loraine added a comment - Need a repository for testing. Creating this now.
            ann.loraine Ann Loraine made changes -
            Assignee Ann Loraine [ aloraine ]
            ann.loraine Ann Loraine made changes -
            Link This issue relates to IGBF-2062 [ IGBF-2062 ]
            Hide
            ann.loraine Ann Loraine added a comment -

            Repository is created. See details in https://jira.transvar.org/browse/IGBF-2062

            Show
            ann.loraine Ann Loraine added a comment - Repository is created. See details in https://jira.transvar.org/browse/IGBF-2062
            ann.loraine Ann Loraine made changes -
            Assignee Ann Loraine [ aloraine ]
            ann.loraine Ann Loraine made changes -
            Status First Level Review in Progress [ 10301 ] Ready for Pull Request [ 10304 ]
            ann.loraine Ann Loraine made changes -
            Assignee Riddhi Jagdish Patil [ rpatil14 ]
            ann.loraine Ann Loraine made changes -
            Comment [ The code looks fine. I have not tested the functionality but instead have set up a repository (see above comment) to enable quick testing.
            Please submit PR. ]
            Hide
            ann.loraine Ann Loraine added a comment -

            My apologies! I forgot you are working on fixing the "name" issue as noted on the branch.
            Moving to "In Progress."

            Show
            ann.loraine Ann Loraine added a comment - My apologies! I forgot you are working on fixing the "name" issue as noted on the branch. Moving to "In Progress."
            ann.loraine Ann Loraine made changes -
            Status Ready for Pull Request [ 10304 ] Pull Request Submitted [ 10101 ]
            ann.loraine Ann Loraine made changes -
            Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
            ann.loraine Ann Loraine made changes -
            Status Reviewing Pull Request [ 10303 ] To-Do [ 10305 ]
            ann.loraine Ann Loraine made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            ann.loraine Ann Loraine made changes -
            Sprint Fall 4 : 30 Sep to 11 Oct [ 75 ] Fall 4 : 30 Sep to 11 Oct, Fall 5 : 14 Oct to 25 Oct [ 75, 76 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            Hide
            rpatil14 Riddhi Jagdish Patil (Inactive) added a comment - - edited

            Issue:
            1. Pending app of different versions is not able to be released.
            2. To remove "name attribute from the database"

            Solution:
            1. Instead of creating new object whenever accepting request from pending, check if the object with same App already exists in Database, if yes, update the version and release path of that object else create new one.
            2. Remove reference of "name" variable from the code and replace it with "Bundle_SymbolicName"

            Files changed:
            Code changes are present in branch IGBF_2050
            https://bitbucket.org/rpatil14/appstore_riddhi/branch/IGBF_2050#diff
            apps/models.py
            apps/search_indexes.py
            apps/templates/app_page.html
            download/templates/app_stats.html
            submit_app/models.py
            submit_app/parseRepositoryXML.py
            submit_app/views.py
            templates/search/indexes/apps/app_text.txt

            Testing steps:
            1) Click on Submit Your App -> Upload an app with some version. for eg - super-simple-igb-app-0.0.1.jar
            2) Click on Submit Your App -> Upload same app with different version. for eg - super-simple-igb-app-0.0.3.jar
            3) Login as admin
            4) Go to Pending apps
            5) Accept pending request for super-simple-igb-app-0.0.1 app
            6) Accept pending request for super-simple-igb-app-0.0.3 app
            Both the apps should be accepted
            Check the behavior by logging to the admin page
            1) Only one app with Bundle_SymbolicName super-simple-igb-app should be present and its version and release file should be 0.0.3
            2) Releases tab should have two entries - one for release 0.0.1 and another for release 0.0.3

            NOTE: End-to-end testing required for the AppStore to ensure removal of "name" attribute has not impacted the system.

            Code changes deployed to https://dev-appstore-6.bioviz.org. Admin password and username for devappstore-6 is same as devappstore-2

            cc.Ann Loraine

            Show
            rpatil14 Riddhi Jagdish Patil (Inactive) added a comment - - edited Issue: 1. Pending app of different versions is not able to be released. 2. To remove "name attribute from the database" Solution: 1. Instead of creating new object whenever accepting request from pending, check if the object with same App already exists in Database, if yes, update the version and release path of that object else create new one. 2. Remove reference of "name" variable from the code and replace it with "Bundle_SymbolicName" Files changed: Code changes are present in branch IGBF_2050 https://bitbucket.org/rpatil14/appstore_riddhi/branch/IGBF_2050#diff apps/models.py apps/search_indexes.py apps/templates/app_page.html download/templates/app_stats.html submit_app/models.py submit_app/parseRepositoryXML.py submit_app/views.py templates/search/indexes/apps/app_text.txt Testing steps: 1) Click on Submit Your App -> Upload an app with some version. for eg - super-simple-igb-app-0.0.1.jar 2) Click on Submit Your App -> Upload same app with different version. for eg - super-simple-igb-app-0.0.3.jar 3) Login as admin 4) Go to Pending apps 5) Accept pending request for super-simple-igb-app-0.0.1 app 6) Accept pending request for super-simple-igb-app-0.0.3 app Both the apps should be accepted Check the behavior by logging to the admin page 1) Only one app with Bundle_SymbolicName super-simple-igb-app should be present and its version and release file should be 0.0.3 2) Releases tab should have two entries - one for release 0.0.1 and another for release 0.0.3 NOTE: End-to-end testing required for the AppStore to ensure removal of "name" attribute has not impacted the system. Code changes deployed to https://dev-appstore-6.bioviz.org . Admin password and username for devappstore-6 is same as devappstore-2 cc.Ann Loraine
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Assignee Riddhi Jagdish Patil [ rpatil14 ]
            Hide
            ann.loraine Ann Loraine added a comment -

            I am not sure if it is working as expected.

            I logged in as admin after uploading three different versions of the same App, clicked "Accept" on the middle version one, and observed a continuously rotating spinner.

            My steps:

            1) Logged in as ordinary user (aloraine@uncc.edu)

            2) Used App Store UI to submit 3 different versions of the same App:

            (I unpacked the jars and checked that the MANIFEST showed the versions indicated above.)

            3) Logged in as superuser.
            4) Clicked "Release" on version 2.0.0 of the App.
            5) Observed that the jar file was still present in S3 bucket for this app store.

            Riddhi Jagdish Patil

            Show
            ann.loraine Ann Loraine added a comment - I am not sure if it is working as expected. I logged in as admin after uploading three different versions of the same App, clicked "Accept" on the middle version one, and observed a continuously rotating spinner. My steps: 1) Logged in as ordinary user (aloraine@uncc.edu) 2) Used App Store UI to submit 3 different versions of the same App: https://bitbucket.org/lorainelab/for-testing-app-store-workflow/downloads/for-testing-app-submission-workflow-1.0.0.jar https://bitbucket.org/lorainelab/for-testing-app-store-workflow/downloads/for-testing-app-submission-workflow-2.0.0.jar https://bitbucket.org/lorainelab/for-testing-app-store-workflow/downloads/for-testing-app-submission-workflow-3.0.0.jar (I unpacked the jars and checked that the MANIFEST showed the versions indicated above.) 3) Logged in as superuser. 4) Clicked "Release" on version 2.0.0 of the App. 5) Observed that the jar file was still present in S3 bucket for this app store. Riddhi Jagdish Patil
            ann.loraine Ann Loraine made changes -
            Assignee Riddhi Jagdish Patil [ rpatil14 ]
            ann.loraine Ann Loraine made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            ann.loraine Ann Loraine made changes -
            Status First Level Review in Progress [ 10301 ] To-Do [ 10305 ]
            sameer Sameer Shanbhag (Inactive) made changes -
            Link This issue relates to IGBF-2071 [ IGBF-2071 ]
            Hide
            rpatil14 Riddhi Jagdish Patil (Inactive) added a comment - - edited

            I forgot to delete tables from devappstore6 database. I deleted the database tables and restarted the ec2 machine.
            Please check the ticket now. Sorry for the inconvenience caused.

            Show
            rpatil14 Riddhi Jagdish Patil (Inactive) added a comment - - edited I forgot to delete tables from devappstore6 database. I deleted the database tables and restarted the ec2 machine. Please check the ticket now. Sorry for the inconvenience caused.
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Assignee Riddhi Jagdish Patil [ rpatil14 ]
            ann.loraine Ann Loraine made changes -
            Workflow Fall 2019 Workflow Update [ 20807 ] Revised Fall 2019 Workflow Update [ 21160 ]
            Hide
            rpatil14 Riddhi Jagdish Patil (Inactive) added a comment -

            Known issue:
            If multiple versions of the same app are released, deleting one version from the "Edit this App" panel does not delete the App from S3 bucket. Also, deletion of this app from the admin panel does not delete the releases folder from S3 bucket.
            This issue will be fixed in ticket IGBF-2072

            Show
            rpatil14 Riddhi Jagdish Patil (Inactive) added a comment - Known issue: If multiple versions of the same app are released, deleting one version from the "Edit this App" panel does not delete the App from S3 bucket. Also, deletion of this app from the admin panel does not delete the releases folder from S3 bucket. This issue will be fixed in ticket IGBF-2072
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Link This issue is blocked by IGBF-2072 [ IGBF-2072 ]
            Hide
            ann.loraine Ann Loraine added a comment - - edited

            Can you send the superuser name and password (via email) for testing? (You might also need to use manage.py to re-create the superuser after deleting the database tables. Also please remove any jars that may be there in S3 bucket pending apps.)

            Riddhi Jagdish Patil

            Show
            ann.loraine Ann Loraine added a comment - - edited Can you send the superuser name and password (via email) for testing? (You might also need to use manage.py to re-create the superuser after deleting the database tables. Also please remove any jars that may be there in S3 bucket pending apps.) Riddhi Jagdish Patil
            ann.loraine Ann Loraine made changes -
            Assignee Riddhi Jagdish Patil [ rpatil14 ]
            ann.loraine Ann Loraine made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            ann.loraine Ann Loraine made changes -
            Status First Level Review in Progress [ 10301 ] To-Do [ 10305 ]
            Hide
            rpatil14 Riddhi Jagdish Patil (Inactive) added a comment - - edited

            the username and password is same as devappstore2. I am able to login as admin. Superuser is created in devappstore6. Emailed you credentials for devappstore6.
            Cleared database apps and s3 bucket.

            Show
            rpatil14 Riddhi Jagdish Patil (Inactive) added a comment - - edited the username and password is same as devappstore2. I am able to login as admin. Superuser is created in devappstore6. Emailed you credentials for devappstore6. Cleared database apps and s3 bucket.
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Assignee Riddhi Jagdish Patil [ rpatil14 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status First Level Review in Progress [ 10301 ] Needs 1st Level Review [ 10005 ]
            Hide
            ann.loraine Ann Loraine added a comment -

            I was able to upload 3 versions of the same App at once and then accept them after logging in as an administrative user.
            One possibly weird thing was just that the Releases page for the App listed the releases in chronologically order of submissions date/time rather than ordered by version. At some point we might want to change this as it would seem a bit more logical and orderly to users. However this change would be out of scope for this ticket, which passes functional testing.
            Please submit PR when ready.

            Show
            ann.loraine Ann Loraine added a comment - I was able to upload 3 versions of the same App at once and then accept them after logging in as an administrative user. One possibly weird thing was just that the Releases page for the App listed the releases in chronologically order of submissions date/time rather than ordered by version. At some point we might want to change this as it would seem a bit more logical and orderly to users. However this change would be out of scope for this ticket, which passes functional testing. Please submit PR when ready.
            ann.loraine Ann Loraine made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            ann.loraine Ann Loraine made changes -
            Status First Level Review in Progress [ 10301 ] Ready for Pull Request [ 10304 ]
            ann.loraine Ann Loraine made changes -
            Assignee Riddhi Jagdish Patil [ rpatil14 ]
            Show
            rpatil14 Riddhi Jagdish Patil (Inactive) added a comment - Pull request submitted: https://bitbucket.org/lorainelab/appstore/pull-requests/139/igbf-2050/diff
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status Ready for Pull Request [ 10304 ] Pull Request Submitted [ 10101 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Assignee Riddhi Jagdish Patil [ rpatil14 ]
            ann.loraine Ann Loraine made changes -
            Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
            ann.loraine Ann Loraine made changes -
            Status Reviewing Pull Request [ 10303 ] Merged Needs Testing [ 10002 ]
            Hide
            ann.loraine Ann Loraine added a comment -

            Merged but not yet deployed to https://dev-appstore-2.bioviz.org

            Show
            ann.loraine Ann Loraine added a comment - Merged but not yet deployed to https://dev-appstore-2.bioviz.org
            noor91zahara Noor Zahara (Inactive) made changes -
            Status Merged Needs Testing [ 10002 ] Post-merge Testing In Progress [ 10003 ]
            noor91zahara Noor Zahara (Inactive) made changes -
            Assignee Noor Zahara [ noor91zahara ]
            Hide
            noor91zahara Noor Zahara (Inactive) added a comment -

            Testing Results -

            1. Apps with different versions are getting accepted via admin login.
            2. Release File name and hexchecksum fields are not getting updated.
            3. The Release time in releases tab is not getting updated properly.

            Show
            noor91zahara Noor Zahara (Inactive) added a comment - Testing Results - 1. Apps with different versions are getting accepted via admin login. 2. Release File name and hexchecksum fields are not getting updated. 3. The Release time in releases tab is not getting updated properly.
            noor91zahara Noor Zahara (Inactive) made changes -
            Assignee Noor Zahara [ noor91zahara ]
            noor91zahara Noor Zahara (Inactive) made changes -
            Status Post-merge Testing In Progress [ 10003 ] To-Do [ 10305 ]
            Hide
            rpatil14 Riddhi Jagdish Patil (Inactive) added a comment -

            Testing result issue 2 and 3 will be fixed in the ticket IGBF-2072.
            This ticket can be tested again once IGBF-2072 is fixed and merged.
            cc. [~aloraine], Noor Zahara

            Show
            rpatil14 Riddhi Jagdish Patil (Inactive) added a comment - Testing result issue 2 and 3 will be fixed in the ticket IGBF-2072 . This ticket can be tested again once IGBF-2072 is fixed and merged. cc. [~aloraine] , Noor Zahara
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status First Level Review in Progress [ 10301 ] Ready for Pull Request [ 10304 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status Ready for Pull Request [ 10304 ] Pull Request Submitted [ 10101 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
            rpatil14 Riddhi Jagdish Patil (Inactive) made changes -
            Status Reviewing Pull Request [ 10303 ] Merged Needs Testing [ 10002 ]
            Hide
            ann.loraine Ann Loraine added a comment -

            Deployed on https://dev-appstore-2.bioviz.org and ready for testing.

            Show
            ann.loraine Ann Loraine added a comment - Deployed on https://dev-appstore-2.bioviz.org and ready for testing.
            ann.loraine Ann Loraine made changes -
            Sprint Fall 4 : 30 Sep to 11 Oct, Fall 5 : 14 Oct to 25 Oct [ 75, 76 ] Fall 4 : 30 Sep to 11 Oct, Fall 5 : 14 Oct to 25 Oct, Fall 6 : 28 Oct to 8 Nov [ 75, 76, 77 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            noor91zahara Noor Zahara (Inactive) made changes -
            Status Merged Needs Testing [ 10002 ] Post-merge Testing In Progress [ 10003 ]
            noor91zahara Noor Zahara (Inactive) made changes -
            Assignee Noor Zahara [ noor91zahara ]
            Hide
            noor91zahara Noor Zahara (Inactive) added a comment -

            It is working as expected.

            Show
            noor91zahara Noor Zahara (Inactive) added a comment - It is working as expected.
            noor91zahara Noor Zahara (Inactive) made changes -
            Resolution Done [ 10000 ]
            Status Post-merge Testing In Progress [ 10003 ] Closed [ 6 ]
            noor91zahara Noor Zahara (Inactive) made changes -
            Assignee Noor Zahara [ noor91zahara ] Riddhi Jagdish Patil [ rpatil14 ]

              People

              • Assignee:
                rpatil14 Riddhi Jagdish Patil (Inactive)
                Reporter:
                rpatil14 Riddhi Jagdish Patil (Inactive)
              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: