-
Make sliding transitions between views, when going back or to a new screen.
-
-
getActiveVersion() is cool and can be used to keep a cache fresh.
However it's slow. On my development laptop it takes 1ms, while in a cluster environment is averages about 10ms.
Perhaps that do…
-
This could easily be stamped with "wait for custom input type and then implement yourself". But this is really something useful (almost all 10+ apps I've built so far), let users control colors using …
-
In my opinion data.forceArray should return an empty array when passed undefined. i.e:
`forceArray(undefined) -> []`
not
`forceArray(undefined) -> [undefined]`
-
An error does not always occur, the probability of the error is 20-30 percent
1. Create a folder then publish it
2. Open the folder.
3. Open `Publishing report` widget.
**BUG** - NPE exception…
-
Triggered by a case on Discuss: https://discuss.enonic.com/t/contentlib-removeattachment-is-not-removing-attachments/2134
After an attachment is uploaded from Content Studio, content looks like thi…
-
something like
```
session.cookiePath = /admin
```
-
403 implies that you are authenticated but not authorized, it should return 401
-
Solutions where styling at runtime is based on javascript (such as https://cssinjs.org/?v=v10.9.0 or babel-plugin-transform-scss) is currently not supported. Two issues around that:
- [ ] Hydration…