View Issue Details

IDProjectCategoryView StatusLast Update
1977RackTablesdefaultpublic2020-07-16 12:02
Reporterapitsos Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version0.21.3 
Summary1977: Can't alter a dictionary value
DescriptionIf I enter a value in a dictionary entry, I can't alter it after that. The update seems to be done, but in truth it doesn't. Please have a look also at the attached screenshots.
Additional InformationI noticed in the database and more specifically at the "Dictionary" table, the entries that I can't alter have no value at "dict_sticky" column. Not sure why is that happening or if it's relevant, but I see that these entries cannot be altered.
TagsNo tags attached.

Activities

apitsos

apitsos

2020-07-02 22:26

reporter  

infrastation

infrastation

2020-07-05 01:48

administrator   ~0004115

This is not the expected behaviour, and a likely cause is local differences in the SQL schema, or the PHP code, or both.

Could you post the output of this SQL query?
SHOW CREATE TABLE Dictionary;

Do you have means to verify that your installation has exactly the same .php files as in the tarball/zipfile? Are there any plugins or other known non-default modifications?

Issue History

Date Modified Username Field Change
2020-07-02 22:26 apitsos New Issue
2020-07-02 22:26 apitsos File Added: RackTables-Dictionary-Update-Issues-001_2020-07-02.jpg
2020-07-02 22:26 apitsos File Added: RackTables-Dictionary-dict_sticky-001_2020-07-02.jpg
2020-07-05 01:48 infrastation Note Added: 0004115
2020-07-08 12:20 infrastation Status new => feedback
2020-07-16 12:02 infrastation Status feedback => closed
2020-07-16 12:02 infrastation Resolution open => unable to reproduce