Managed to get an ACL edit action but it is static, can effect one specific object and not the document receiving the state change. As the workflow action matures I'll port the HTTP POST templating (which allows dynamic objects) to the a new dynamic object ACL edit actions.
On Friday, August 25, 2017 at 4:24:20 PM UTC-4, Roberto Rosario wrote: > > I'll try to squeeze an ACL edit workflow action (like this one for tags > https://gitlab.com/mayan-edms/mayan-edms/blob/master/mayan/apps/tags/workflow_actions.py) > > in time for the next release. > > On Aug 25, 2017 4:21 PM, "Roberto Rosario" < > [email protected]> wrote: > >> Not at the moment. The only way right now to do what you need would be to >> subscribe to the post_save signal of the Cabinet model. You need to write a >> handler in your app's handlers.py file and register in your apps.py file to >> be a receiver of the post_save signal from the sender Cabinet. In your >> handler function you will code the interaction you need but it will be a >> hard coded interaction. >> >> The new workflow triggers and actions features being added at the moment >> are geared for that purpose but it is still in development. >> >> On Aug 25, 2017 4:12 PM, "LeVon Smoker" <[email protected]> wrote: >> >>> Thanks. Is there a "good" way to perform a task automatically when a >>> document is added or removed from a cabinet? I'd like to retrieve the role >>> of the cabinet and add an acl for that role to the document. >>> >>> On Thursday, August 24, 2017 at 3:01:13 PM UTC-4, Roberto Rosario wrote: >>>> >>>> Great! Yes, that is the workaround at the moment. Django's Wizard view >>>> was never intended for that and I'm expecting several challenges when the >>>> time comes to rewrite it. >>>> >>>> On Wednesday, August 16, 2017 at 8:39:35 AM UTC-4, LeVon Smoker wrote: >>>>> >>>>> Awesome. Thanks. I did figure out a hack to basically replace Tags in >>>>> the Upload wizard with Cabinets. >>>>> >>>>> On Friday, August 11, 2017 at 10:56:46 AM UTC-4, LeVon Smoker wrote: >>>>>> >>>>>> Roberto, >>>>>> >>>>>> Is there a release target date for the document upload wizard >>>>>> refactor? Specifically, I'm looking for the ability to add cabinets >>>>>> during >>>>>> upload. >>>>>> >>>>>> In the mean time, what's the best way to hack in cabinets on the >>>>>> upload wizard? >>>>>> >>>>>> Thanks, >>>>>> LeVon Smoker >>>>>> >>>>> >>>>> ... >> >> -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
