Tom Moor

Results 529 comments of Tom Moor
trafficstars

No, just the entire content of the content menu – could avoid rendering everything except the button to open it

I don't really understand the issue here, it's not upto a docker image to change permissions on the host machine?

If they're not mounting a directory on the host machine then the permissions should be fine already, a volume attached to the image will already have write permission? 🤔

Gotcha, I don't have time to work on this but if someone wants to then go ahead

What are the permissions on the collection/document? I'm not able to reproduce in development or cloud currently, but you mentioned it was inconsistent

It all sounds related in that the policy your frontend is receiving says that you don't have access to these features for some reason. Just need to figure out which...

Most telling would be, are there any other actions missing? Eg in the document menu are all usual options there? If you can record which policies are returned in the...

Let me know if it's any better in `v0.79.0`

100% likelihood, just a matter of timing

I was considering using [lifecycle hooks](https://github.com/outline/outline/pull/7407) for this, but perhaps even better would be to add an `onArchive` option to the `Relation` decorator, similar to `onDelete` that can define the...