Skip to content

hops are not applied to correct namespace #2

@weierophinney

Description

@weierophinney
$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.


Originally posted by @alextech at zendframework/zend-mvc-plugin-flashmessenger#13

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