Actions
Improvement #696
closedRewrite max_entries variable for blocks
Start date:
Due date:
% Done:
0%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
settings[:max_entries] || DashboardContent::DEFAULT_MAX_ENTRIES
# should be
settings.fetch(:max_entries, block_object.default_max_entries)
This allows each block to define its own default value.
Updated by liaham about 3 years ago
- Related to Feature #651: Provide a dashboard on the start page added
Actions