Open
Bug 1468886
Opened 7 years ago
Removed Versions table from Database
Categories
(Bugzilla :: Database, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: kranthi.kishore, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
Steps to reproduce:
AS part of customizing bugzilla UI, I have modified the templates present in /var/www/html/bugzilla/template/en/default/bug/create/ create.html.tmpl.
I could disable most of the fields which I dont want from UI. As such I have en tried removing versions field, but as versions field is mandatory, I couldn't delete that from GUI.
So, I have deleted versions table entry from database. With this step, I got some exception on UI when tried to submit any bug. So, I have added the table again in database.
Actual results:
Now, if I try to enter any bug by clicking on "New", its throwing the following exception.
Either no products have been defined to enter requests against or you have not been given access to any.
When check the products in administration page, I could find all the products that are created
Expected results:
Im assuming that as I have deleted versions table from database, all versions might be deleted and somewhow products is related to versions.
You need to log in
before you can comment on or make changes to this bug.
Description
•