Skip to content

Conversation

@xmacan
Copy link
Member

@xmacan xmacan commented Aug 11, 2023

Discusion:

Edit settings_user similarly?

value 75 hardcoded or add somewhere to include/files?

include_once($config['base_path'] . '/lib/poller.php');

if (strlen($config_name) > 75) {
cacti_log("WARNING: Config option name '$config_name' is too long, will be truncated", false, 'SYSTEM');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be an error not a warning. It creates a problem that can't be fixed by the end user.

@netniV netniV merged commit a518cdd into Cacti:1.2.x Aug 11, 2023
@netniV
Copy link
Member

netniV commented Aug 11, 2023

Yes settings_user should also be extended to match to avoid issues.

@xmacan
Copy link
Member Author

xmacan commented Aug 11, 2023

ok, I will do it

@TheWitness
Copy link
Member

Update the audit schema in the docs folder.

@netniV
Copy link
Member

netniV commented Aug 28, 2023

Was the schema updated?

@xmacan
Copy link
Member Author

xmacan commented Aug 28, 2023

My bad, I will fix it

@TheWitness
Copy link
Member

I fixed it a few days ago.

@TheWitness
Copy link
Member

Last weekend during my QA testing.

@netniV netniV changed the title settings - column name extension Extend length of maximum name in settings tables Sep 3, 2023
@netniV netniV changed the title Extend length of maximum name in settings tables Extend length of maximum name in settings table Sep 3, 2023
@netniV netniV added this to the v1.2.25 milestone Sep 4, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants