NoobMaster19

Results 17 comments of NoobMaster19

Any updates on this feature?

I realized that it is possible to use the onItemSelected pass the selected data and store it somewhere. However , i also realized that if the user deletes the stuff...

Hello , is there any updates on this? I wish to contribute however im pretty new to programming. So far i have tried to convert the on_delete = PROTECT to...

Any updates regarding this issue?

Hey thanks , i will try them out , hopefully would not have anymore questions!

Hey @javrasya would it be possible to assign the permissions based on each individual 'task' or workflow instance? It seems like the permissions is 'set' during the phase where im...

Because for my case , what i wish to do is to be able to specify different permissions on the same workflow class for the same transition. Meaning , from...

I have ammended the code : to be `class TransitionApprovalSerializer(serializers.ModelSerializer): class Meta: model = TransitionApproval fields = ['id', 'workflow', 'transition', 'permissions', 'groups', 'priority', 'status', 'transactioner', 'meta', 'object_id'] class SalesProjectDetailSerializer(serializers.ModelSerializer): transitionApproval...

Might be anecdotal, but I think GPT does better with JSON-type formatting, maybe that will help with the formating issues? I made a couple of changes on my local copy...

Anyone found a workaround for this issue?