joomla-projects / gsoc21_cookie-manager

GNU General Public License v2.0
10 stars 11 forks source link

Fixes category selection and creation of random categories #32

Closed shazmasiddiqui closed 1 year ago

shazmasiddiqui commented 2 years ago

Pull Request for Issue #15

Summary of Changes

Deleted a function which was creating category on the fly as this function was generating a category id and creating a new category while assigning category to a cookie in cookie edit view.

Testing Instructions

Actual result BEFORE applying this Pull Request

New category with random number is created when a cookie is assigned to a category in Edit cookie view

Expected result AFTER applying this Pull Request

No random category generated