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

Add contact tab to objects #107

Closed
mlebreuil opened this issue Feb 27, 2024 · 1 comment
Closed

Add contact tab to objects #107

mlebreuil opened this issue Feb 27, 2024 · 1 comment
Assignees

Comments

@mlebreuil
Copy link
Owner

No description provided.

@mlebreuil
Copy link
Owner Author

mlebreuil commented Feb 27, 2024

Fro the ServiceProvider contacts tab add the following view :

from utilities.views import register_model_view
from tenancy.views import ObjectContactsView

@register_model_view(, 'contacts')
class ContactsView(ObjectContactsView):
queryset = .objects.all()

@mlebreuil mlebreuil changed the title Contact assignement to contract Add contact tab to objects Feb 27, 2024
@mlebreuil mlebreuil self-assigned this Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant