Skip to content

Section parsing places metadata for Assign in content field #54

Closed
campb303 opened this issue Sep 20, 2020 · 1 comment
Closed

Section parsing places metadata for Assign in content field #54

campb303 opened this issue Sep 20, 2020 · 1 comment
Assignees
Labels
bug An issue that results in webqueue2 breaking tooling Related to tools and utilities for the management of the project

Comments

@campb303
Copy link
Collaborator

Section parsing will place the metadata of an assignment inside of a content entry. These details should be their own entries.

Example: current behavior (from ce 8):

    {
      "type": "assign",
      "content": [
        {
          "by": "remender",
          "datetime": "2020-03-11T09:26:25-0400",
          "to": "remender"
        }
      ]
    },

Example: expected behavior (for ce 8):

    {
      "type": "assign",
      "by": "remender",
      "datetime": "2020-03-11T09:26:25-0400",
      "to": "remender"
    },
@campb303 campb303 added tooling Related to tools and utilities for the management of the project bug An issue that results in webqueue2 breaking labels Sep 20, 2020
@campb303 campb303 added this to the v1 milestone Sep 20, 2020
@campb303
Copy link
Collaborator Author

This was fixed in this commit.

Sign in to join this conversation on GitHub.
Labels
bug An issue that results in webqueue2 breaking tooling Related to tools and utilities for the management of the project
Projects
None yet
Development

No branches or pull requests

2 participants