Skip to content

IndexMixin inheritance issue #24

@kosmikko

Description

@kosmikko

When using e.g. ACLIndexMixin like this:

var MyIndexCollection = MyBaseCollection.extend(
  _.extend({}, ACLIndexMixin, {
  ...
  })
);

Functions defined in ACLIndexMixin will overwrite functions defined in MyBaseCollection. This behaviour might be unwanted, so there should be someway of retaining behaviour form MyBaseCollection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions