Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with inactivating workers #15

Open
myrishpyrish opened this issue Mar 5, 2018 · 4 comments
Open

Problem with inactivating workers #15

myrishpyrish opened this issue Mar 5, 2018 · 4 comments

Comments

@myrishpyrish
Copy link

I can´t seem to find out how to inactivate a worker. I have tried selecting one worker and clicking "edit", but the option of inactivating (or de-selecting "Active") does not exist.

@thor
Copy link
Member

thor commented Mar 5, 2018

This is more or less a regression from c674575, although also later commits when it was actually migrated from the old ManyToOneField to the ManyToManyfield.

I'll have to create, or add, a way to deactivate a particular Employment, or alternatively make a neat little button that just deactivates an employee? Hm, that would possibly be simpler from a booking manager's point of view.

Feedback/ideas are welcome! @maxiix3? ;)

@maxiix3
Copy link
Member

maxiix3 commented Mar 5, 2018

What about a "remove from society" button? When the employeer have no active society the system deletes the person? So everytime you press remove from society there is a test to see if the person is assosiated somewhere, if not -> delete?

Can see if I have some spare time during the easter and implement something :)

@thor
Copy link
Member

thor commented Mar 5, 2018

Possibly something like that, yeah! Although, once a worker has been registered for an event, it can never be truly deleted, so I feel like deletion is only applicable if the event can be cancelled. Post that, it's in the records forever.

@maxiix3
Copy link
Member

maxiix3 commented Mar 5, 2018

oh, didn't think about that.. But if the worker isn't assosiated somewhere, who would find the employee anyways? Only the administrator or someone who wants to add the person? i.e deleted ?

@thor thor self-assigned this Jun 17, 2018
@thor thor removed their assignment Feb 18, 2020
@thor thor added the minor label Feb 18, 2020
@thor thor added this to the future milestone Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants