Project

General

Profile

Actions

Improvement #696

closed

Rewrite max_entries variable for blocks

Added by liaham about 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Compatible Redmine Version:

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.


Related issues 1 (0 open1 closed)

Related to xmera Omnia - Feature #651: Provide a dashboard on the start pageClosedliaham

Actions
Actions #1

Updated by liaham about 3 years ago

  • Status changed from New to In Progress
Actions #2

Updated by liaham about 3 years ago

  • Status changed from In Progress to Closed
Actions #3

Updated by liaham about 3 years ago

  • Related to Feature #651: Provide a dashboard on the start page added
Actions

Also available in: Atom PDF