I’ve identified an issue where I have two code bases that seem to be sharing information. I am on version 7.5.2
I have one server with two code bases on it for production and development. When I try to update a drop down list by adding an option I cannot add it on the development code base. Going through the studio, the drop down will not save the new option. I also added the option in PHP which does nothing. When I update the drop down list on my production code, both production and development code bases update with the new option. This leads me to believe I have some sort of configuration problem somewhere that may be telling my development code base to take information from the production code base.
I think I can solve this by separating the code bases onto different servers, which I plan on doing soon anyway, but I would still like to know if there is some root issue that I also want to fix.