Dont automatically share files with groups in Approval Request
Feature request
Which Nextcloud Version are you currently using: (see administration page) 32.0.0
Is your feature request related to a problem? Please describe. Im trying to implement a approval flow for the same usergroup (customers) which may not access the same folders because they should not access the other customers project. All customers have the group "customer" set. If i share PROJECTA Folder with Customer1 and PROJECTB Folder with Customer2 and request a approval in PROJECTA Folder with the flow which allows the group 'customer' to approve the file gets shared to customer 2 too. I tried implementing a new workflow but need new tags for pending, approved and dclindes state. This wont scale with many customers.
Describe the solution you'd like Dont automatically share files within the group. Check if one user of the group has access and then leave it. It no one has access inform the requesting user.
Describe alternatives you've considered One Flow for every customer. But that doesnt scale very well and tag usage will explode. I cant think of any other solution tbh.
Hi @nsauter,
This feature request is currently not planned, but if you want to you can attempt to implement it yourself. If you need help feel free to ask me for help.
Would you accept a merge request? I changed the code a bit in a freaky way wo work like i requested. If you are down to accepting a merge request im open for cleaning my code and creating one. But i aint doing that if it will get ignored.
Would you accept a merge request? I changed the code a bit in a freaky way wo work like i requested. If you are down to accepting a merge request im open for cleaning my code and creating one. But i aint doing that if it will get ignored.
Hi @nsauter,
I am not opposed to merging a pr for this feature as long as it doesn't do any freaky things or have potential performance issues when it is merged. If you want to you can create a draft pr for what you have right now and I can look at it.