Damian Mooyman
Damian Mooyman
Bug persists only when using the page actions, not when using batch actions on the tree.
I'm a big fan of using `null` as "not a value", but `''` as "value, explicitly empty". Shall we filter out rules with isset?
Also caused when creating a new page. See https://github.com/silverstripe/silverstripe-cms/issues/1387
@jonom want to get neck-deep in jstree code and figure this out? :P
As discussed with the new 4.0 media dialog; There's a lack of ability to embed self-hosted non-oembed media. There is an issue ticket somewhere but I can't track it down...
I've refactored tree / listview handling at https://github.com/silverstripe/silverstripe-cms/pull/1665. In order to implement this story, you would update the `PageListSidebar` pjax component.
So as far as the state of this story is concerned, in its present state it would be a no-go from you? It sounds like it would require a bit...
Agreed; It sounds like 4.1 territory, if at all.
FYI this is my temporary workaround. ```ts import type { PannellumVideo as PannellumVideoType } from "pannellum-react/lib/index" let PannellumVideo: typeof PannellumVideoType if (typeof window === "undefined") { PannellumVideo = () =>...
To add to this, there are a couple of videojs options that would be good to expose (e.g. controlBar)