StatelessStudio/pointyapi

getFilter removes object properties

Closed this issue · 0 comments

Describe the bug
Before:

{
	"options": {
		"enableSomething": true
	}
}

After:

{
	"options": {}
}

To Reproduce
Steps to reproduce the behavior:

  1. Create a model with a JSON column
  2. Add data to fill the column
  3. GET the resource
  4. Add requestTestProbe before and after getFilter

Expected behavior
getFilter should not filter JSON columns if CanRead() passes