File tree Expand file tree Collapse file tree 6 files changed +24
-27
lines changed
openwisp_users/static/openwisp-users/js Expand file tree Collapse file tree 6 files changed +24
-27
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ name: Bug report
33about : Open a bug report
44title : " [bug] "
55labels : bug
6- assignees : ' '
7-
6+ assignees : " "
87---
98
109** Describe the bug**
1110A clear and concise description of the bug or unexpected behavior.
1211
1312** Steps To Reproduce**
1413Steps to reproduce the behavior:
14+
15151 . Go to '...'
16162 . Click on '....'
17173 . Scroll down to '....'
@@ -24,7 +24,8 @@ A clear and concise description of what you expected to happen.
2424If applicable, add screenshots to help explain your problem.
2525
2626** System Informatioon:**
27- - OS: [ e.g. Ubuntu 24.04 LTS]
28- - Python Version: [ e.g. Python 3.11.2]
29- - Django Version: [ e.g. Django 4.2.5]
30- - Browser and Browser Version (if applicable): [ e.g. Chromium v126.0.6478.126]
27+
28+ - OS: [ e.g. Ubuntu 24.04 LTS]
29+ - Python Version: [ e.g. Python 3.11.2]
30+ - Django Version: [ e.g. Django 4.2.5]
31+ - Browser and Browser Version (if applicable): [ e.g. Chromium v126.0.6478.126]
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ name: Feature request
33about : Suggest an idea for this project
44title : " [feature] "
55labels : enhancement
6- assignees : ' '
7-
6+ assignees : " "
87---
98
109** Is your feature request related to a problem? Please describe.**
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ name: Question
33about : Please use the Discussion Forum to ask questions
44title : " [question] "
55labels : question
6- assignees : ' '
7-
6+ assignees : " "
87---
98
109Please use the [ Discussion Forum] ( https://github.com/orgs/openwisp/discussions ) to ask questions.
Original file line number Diff line number Diff line change 7070 uses : actions/setup-python@v5
7171 with :
7272 python-version : ${{ matrix.python-version }}
73- cache : ' pip'
73+ cache : " pip"
7474 cache-dependency-path : |
7575 **/requirements*.txt
7676
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ jobs:
1717 permissions :
1818 id-token : write
1919 steps :
20- - uses : actions/checkout@v4
21- - name : Set up Python
22- uses : actions/setup-python@v5
23- with :
24- python-version : ' 3.10'
25- - name : Install dependencies
26- run : |
27- pip install -U pip
28- pip install build
29- - name : Build package
30- run : python -m build
31- - name : Publish package distributions to PyPI
32- 20+ - uses : actions/checkout@v4
21+ - name : Set up Python
22+ uses : actions/setup-python@v5
23+ with :
24+ python-version : " 3.10"
25+ - name : Install dependencies
26+ run : |
27+ pip install -U pip
28+ pip install build
29+ - name : Build package
30+ run : python -m build
31+ - name : Publish package distributions to PyPI
32+
Original file line number Diff line number Diff line change 2424 staff . change ( function ( e ) {
2525 // enable also is_admin in org unless superuser
2626 if ( ! superuser . is ( ":checked" ) ) {
27- orgs
28- . find ( ".field-is_admin input" )
29- . prop ( "checked" , staff . is ( ":checked" ) ) ;
27+ orgs . find ( ".field-is_admin input" ) . prop ( "checked" , staff . is ( ":checked" ) ) ;
3028 }
3129 } ) ;
3230 staff . trigger ( "change" ) ;
You can’t perform that action at this time.
0 commit comments