Gerard Lamusse
Gerard Lamusse
Awesome! Can't wait for this to be published!
@WoH Any chance you could push a new release with this then we can test it? :) Thanks for the work @daniseijo
@benhaynes would the latest aggregation query and functions on fields be able to solve this if just exposed as being selectable in columns or is this still the way we...
> Ok, nice. So do we close this PR in favour of using functions as columns instead or? @rijkvanzanten
Here is one file that I had to update after installing 9.21.0 BEFORE: ``` import { BaseException } from '@directus/shared/exceptions'; export default class LogicError extends BaseException { constructor(name: string, message:...
But I got this error on existing extensions. Haven't created a new extension just yet.
No haven't been jumping versions. Just updated from 9.20.4 Will try 9.21.2
The most seems to work, although I have one class that is extending on the BaseException `import { BaseException } from "@directus/shared/exceptions";` I get the following error ``` Class extends...
Works if I don't extend on `BaseException` used to work before.