LearnNewsExamplesServices
Frontmatter
id6537
titlecore.Observable: addListener() => add support for order when passing a name object
stateClosed
labels
enhancement
assigneestobiu
createdAtMar 3, 2025, 9:51 PM
updatedAtMar 3, 2025, 9:52 PM
githubUrlhttps://github.com/neomjs/neo/issues/6537
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMar 3, 2025, 9:52 PM

core.Observable: addListener() => add support for order when passing a name object

Closed v8.29.0 enhancement
tobiu
tobiu commented on Mar 3, 2025, 9:51 PM

use case:

        me.parent.store.on({
            recordChange: me.onRecordChange,
            scope       : me,
            order       : 'before'
        })
tobiu added the enhancement label on Mar 3, 2025, 9:51 PM
tobiu assigned to @tobiu on Mar 3, 2025, 9:51 PM
tobiu referenced in commit 8bcd912 - "core.Observable: addListener() => add support for order when passing a name object #6537" on Mar 3, 2025, 9:52 PM
tobiu closed this issue on Mar 3, 2025, 9:52 PM