-
https://github.com/enonic/xp/issues/6556
-
1. Open Content Studio
2. Select some content with lots of children - "Large Tree" from the Features app is good (208 items total)
3. Open Delete Content dialog and press Delete
Progress bar appe…
-
We need an admin endpoint which will be used to fetch the list of image styles (https://github.com/enonic/xp/issues/6617, https://github.com/enonic/xp/issues/6618).
* The list should contain a combin…
-
Feature requested at dev 101/201 at SmartLabs. And I've also seen code at Gjensidige that seemed to try to accomplish it (see also the header on an error page at gouda.no (just provoke a 404 below it)…
-
The ordering of patternConfigs when reading a node version is not maintained.
NodeVersionJsonSerializer.toNodeVersion:
- First step correctly maps the JSON string to NodeVersionJson
- But the next …
-
It does not seem like cookies are available in the response. Could you add support for cookies?
-
Hi,
I am having some issues with the headless starter.
Setup in XP and querying from GraphiQL works flawlessly, but problems arise when trying to query the api from outside the installation.
…
-
I consider this a security issue because repo connect defaults to current user.
This means a named task is able to create nodes in a repo without running under a context, nor providing principals e…
-
-
```javascript
import {toStr} from '/lib/enonic/util';
import {getHomeToolUrl} from '/lib/xp/admin';
log.info(toStr({getHomeToolUrl: getHomeToolUrl()}));
```