-
-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Speedup the Feed-Dashboards #13513
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -549,7 +549,7 @@ | |
$settings['feed_modx_news_enabled']= $xpdo->newObject('modSystemSetting'); | ||
$settings['feed_modx_news_enabled']->fromArray(array ( | ||
'key' => 'feed_modx_news_enabled', | ||
'value' => '1', | ||
'value' => '0', | ||
'xtype' => 'combo-boolean', | ||
'namespace' => 'core', | ||
'area' => 'system', | ||
|
@@ -567,7 +567,7 @@ | |
$settings['feed_modx_security_enabled']= $xpdo->newObject('modSystemSetting'); | ||
$settings['feed_modx_security_enabled']->fromArray(array ( | ||
'key' => 'feed_modx_security_enabled', | ||
'value' => '1', | ||
'value' => '0', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why would you still leave default value as There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is me and git only slowly getting friends. Sorry. :-( There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think I rejected this change in previous PR :) Please change it back to |
||
'xtype' => 'combo-boolean', | ||
'namespace' => 'core', | ||
'area' => 'system', | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I rejected this change in previous PR :) Please change it back to
enabled
by default.