Skip to content

Duplicate 'found operation' messages #59

@thewilkybarkid

Description

@thewilkybarkid

I'm looking at changing

With Class hydra:Collection {
  Expect Operation schema:AddAction {
    Invoke {

to

With Class hydra:Collection {
  Expect Operation schema:AddAction
}

With Operation schema:AddAction {
    Invoke {

and noticed this leads to a duplicate 'found operation' message being logged:

2020-01-21T09:01:44.521Z INFO      -- Found operation 'Add an article' 
2020-01-21T09:01:44.521Z INFO      -- Found operation 'Add an article' 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions