gentics / mesh-incubator

Project which is home for planned enhancements for Gentics Mesh
3 stars 0 forks source link

Assigning schema versions to branches should also automatically link schemas to project. #123

Open Jotschi opened 5 years ago

Jotschi commented 5 years ago

Currently the POST http://localhost:8080/api/v1/:project/branches/:branchUuid/schemas fails if the schema has not yet been linked to the project first. We should change this and automatically handle this step within the branch schema assignment action.

Jotschi commented 5 years ago

We need to check whether having a schema only be assigned to a specific branch causes issues when dealing with nodes in other branches.