Loading src/jama/__init__.py +1 −1 Original line number Diff line number Diff line __version__ = "0.1.53" __version__ = "0.1.55" src/nui/templates/nui/add_user_to_project.html +0 −1 Original line number Diff line number Diff line <main> <h1>ADD USER TO PROJECT</h1> <table class="table table-sm"> <tbody> {% for user in users %} Loading src/nui/views.py +2 −0 Original line number Diff line number Diff line Loading @@ -254,6 +254,8 @@ def _add_user_to_project(project: Project, user: User): ProjectAccess.objects.create( project=project, user=user, role=_jama_readwrite_role(project) ) user.is_active = True user.save() @never_cache Loading Loading
src/jama/__init__.py +1 −1 Original line number Diff line number Diff line __version__ = "0.1.53" __version__ = "0.1.55"
src/nui/templates/nui/add_user_to_project.html +0 −1 Original line number Diff line number Diff line <main> <h1>ADD USER TO PROJECT</h1> <table class="table table-sm"> <tbody> {% for user in users %} Loading
src/nui/views.py +2 −0 Original line number Diff line number Diff line Loading @@ -254,6 +254,8 @@ def _add_user_to_project(project: Project, user: User): ProjectAccess.objects.create( project=project, user=user, role=_jama_readwrite_role(project) ) user.is_active = True user.save() @never_cache Loading