Branch : https://bitbucket.org/svallapu/appstore/branch/IGBF-1713
Successfully tested and working in all the edge cases. (with_release,without_releases,categories.)
To Test:
1. Click on All Apps Section on the main page. You should now see all the apps.
2. Click on categories referring to two or more apps, this should display all the apps instead of one.
Reason for the bug:
It might be due to Django forloop counter. The second loop of the program is not iterating.
Fix:
Instead of using two loops, using one loop and adjusting the if conditions solved the issue.
Branch : https://bitbucket.org/svallapu/appstore/branch/IGBF-1713
Successfully tested and working in all the edge cases. (with_release,without_releases,categories.)
To Test:
1. Click on All Apps Section on the main page. You should now see all the apps.
2. Click on categories referring to two or more apps, this should display all the apps instead of one.
Reason for the bug:
It might be due to Django forloop counter. The second loop of the program is not iterating.
Fix:
Instead of using two loops, using one loop and adjusting the if conditions solved the issue.