Ahmet DAL
Ahmet DAL
It worked on my Safari before, interesting 🤔 But the thing is, I have bumped into this on my mobile device a couple of times and I thought maybe it...
Hi @neowenshun , this has nothing to do with delete permissions between models. If you use river-admin, you would notice that it doesn't have the capability of deleting transitions. So...
Hi @rupin , How do you see that it is 403? An on which screen? The rest framework settings should be as it is stated in the documentation; ```python REST_FRAMEWORK...
That would be so greate !
Isn't there a way to use it with `Kryo`. Because JavaSerializer is so slow and sometimes unable to serialize somethings.
Hi @neowenshun , no worries. I think it is the documentation itself that should be more intuitive. But let me explain the way how you configure your authorizations here then....
If you wonder how you fetch those approvals or what you called tasks by given user, there is [a django-river API](https://django-river.readthedocs.io/en/latest/api/class.html#get-on-approval-objects) which would help you to fetch it. It will...
Hi @longshine , thank you for your good words. `django-river` supports multiple next steps which means that you can create your workflow like the following; ``` Open -> { In...
I see. It is possible to create different workflows in the same django model each has its own fully isolated lifecycle and everything. Then you can have different states and...
Hi @JohnieBraaf, thanks for reporting this. Does it mean that the simplified version is something you can go with? Regardless, I will look into the first flow and try to...