You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
Was in need of this feature and had a bit of a hack to accomplish what I needed. Sometimes I'd want to bulk adjust everyone selected and only adjust for example the timing to 15 minutes. If I wanted to do that now, I'd have to group the accounts by similar settings and handle it that way.
Suggestion: In the "apply selected" dialog, when specifying "empty" settings, have it preserve the existing setting in each row.
Here is what I did as a workaround to mass set everyone's daily limit to 1:
Select a bunch of people.
Set a breakpoint inside the settingsforselectedfans function, and advance to just before the for loop.
Then run the following in the console:
Was in need of this feature and had a bit of a hack to accomplish what I needed. Sometimes I'd want to bulk adjust everyone selected and only adjust for example the timing to 15 minutes. If I wanted to do that now, I'd have to group the accounts by similar settings and handle it that way.
Suggestion: In the "apply selected" dialog, when specifying "empty" settings, have it preserve the existing setting in each row.
Here is what I did as a workaround to mass set everyone's daily limit to 1:
Select a bunch of people.
Set a breakpoint inside the
settingsforselectedfans
function, and advance to just before the for loop.Then run the following in the console:
Obviously it won't necessarily look like this, probably much cleaner ways to identify the correct cell.
The text was updated successfully, but these errors were encountered: