10000 hops are not applied to correct namespace · Issue #13 · zendframework/zend-mvc-plugin-flashmessenger · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
hops are not applied to correct namespace #13
Open
@alextech

Description

@alextech
$flashMessenger->addMessage('success display few times.', FlashMessenger::NAMESPACE_SUCCESS, 1);
$flashMessenger->addMessage('warning persist', FlashMessenger::NAMESPACE_WARNING, 100);

Last specified hop value is applied to all namespaces. Here, success message will be shown as many times as warnings. And if success is defined after warning, user will not be bugged with messages enough times.
Need to apply hops to namespaces correctly.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0