django-adminactions icon indicating copy to clipboard operation
django-adminactions copied to clipboard

Don't work functions "increase percent", "decrease percent"

Open alexxxxey opened this issue 7 months ago • 0 comments

Standart lamda functions (increase percent, decrease percent) don't work. As i understood, problem begins here in file mass_update.py: if callable(value): value = None

with this code function mass_update_execute can't get user input and don't pass this parameter to lambda function

alexxxxey avatar Sep 05 '25 17:09 alexxxxey