Skip to content

Commit

Permalink
FEATURE Add timeable node visibility - Legacy Migration of node data
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Jan 9, 2024
1 parent 479788f commit f555f21
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,8 @@ private function dispatch(Severity $severity, string $message, mixed ...$args):

/**
* Determines actual hidden state based on "hidden", "hiddenafterdatetime" and "hiddenbeforedatetime"
*
* @param array<string, mixed> $nodeDataRow
*/
private function isNodeHidden(array $nodeDataRow): bool
{
Expand Down

0 comments on commit f555f21

Please sign in to comment.