wbcommission 1.54.21__py2.py3-none-any.whl → 1.54.23__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of wbcommission might be problematic. Click here for more details.
wbcommission/permissions.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
from rest_framework.permissions import
|
|
1
|
+
from rest_framework.permissions import IsAuthenticated
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
class IsCommissionAdmin(
|
|
4
|
+
class IsCommissionAdmin(IsAuthenticated):
|
|
5
5
|
def has_permission(self, request, view):
|
|
6
6
|
return request.user.has_perm("wbcommission.administrate_commission")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wbcommission
|
|
3
|
-
Version: 1.54.
|
|
3
|
+
Version: 1.54.23
|
|
4
4
|
Summary: A workbench module for managing human resources.
|
|
5
5
|
Author-email: Christopher Wittlinger <c.wittlinger@stainly.com>
|
|
6
6
|
Requires-Dist: reportlab==3.*
|
|
@@ -8,4 +8,7 @@ Requires-Dist: wbcompliance
|
|
|
8
8
|
Requires-Dist: wbcore
|
|
9
9
|
Requires-Dist: wbcrm
|
|
10
10
|
Requires-Dist: wbfdm
|
|
11
|
+
Requires-Dist: wbmailing
|
|
11
12
|
Requires-Dist: wbnews
|
|
13
|
+
Requires-Dist: wbportfolio
|
|
14
|
+
Requires-Dist: wbreport
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
wbcommission/__init__.py,sha256=J-j-u0itpEFT6irdmWmixQqYMadNl1X91TxUmoiLHMI,22
|
|
2
2
|
wbcommission/apps.py,sha256=3q9lAeEBfv83rCzud3P0-VZgbWUfG0S61G5h3zFk1Ds,97
|
|
3
3
|
wbcommission/dynamic_preferences_registry.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
wbcommission/permissions.py,sha256=
|
|
4
|
+
wbcommission/permissions.py,sha256=Iz_q9QHWCXTJVisRBab4R9oXNX8ca3xVT12vdyYRMXQ,221
|
|
5
5
|
wbcommission/urls.py,sha256=L4TKTeSxsHfoc091TVX2B2-w7kgNolaZ-xlgm5O51lQ,1102
|
|
6
6
|
wbcommission/admin/__init__.py,sha256=xEYZYO9IUSNExPsY7jsxFS-Jjkl92tXnb7eSfwGpkZg,151
|
|
7
7
|
wbcommission/admin/accounts.py,sha256=M43ovnEH9XYBmXLzA10LmbKkn4uq62HYNIauaoThno4,816
|
|
@@ -77,6 +77,6 @@ wbcommission/viewsets/menu/rebate.py,sha256=Qzhwr2xG3_j7frxs3eWLZuMoUzT2nCBrWmEY
|
|
|
77
77
|
wbcommission/viewsets/titles/__init__.py,sha256=Sg64aMWm_OD4-P57YoaN6Mqv6NRVU5m7ii_WvaWuTsY,85
|
|
78
78
|
wbcommission/viewsets/titles/commissions.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
79
79
|
wbcommission/viewsets/titles/rebate.py,sha256=VTSHJW3voqCMVhDZ_zVeVmZid_WY3P4X9k11VdJM_GQ,301
|
|
80
|
-
wbcommission-1.54.
|
|
81
|
-
wbcommission-1.54.
|
|
82
|
-
wbcommission-1.54.
|
|
80
|
+
wbcommission-1.54.23.dist-info/METADATA,sha256=IcrkE7JucVCyYafwnS-KSLXt6ZY7BOx0F8UUyy1-Gjg,400
|
|
81
|
+
wbcommission-1.54.23.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
|
82
|
+
wbcommission-1.54.23.dist-info/RECORD,,
|
|
File without changes
|