mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
1fc56ff1e8
fixes https://github.com/TryGhost/Team/issues/818 - validation on query parameters should be wrapped in `options` within `validation` - this is missing from the theme install API endpoint so we don't force the parameters to be passed in - Ghost throws a 500 if `ref` is not supplied because following code assumes we've checked the existence - this commit wraps the two query parameter validation statements in an `options` object to ensure they exist - Ghost returns a 422 if missing |
||
---|---|---|
.. | ||
client@f3f04b3b57 | ||
frontend | ||
server | ||
shared | ||
app.js | ||
boot.js | ||
bridge.js |