Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
6e08a31e
Commit
6e08a31e
authored
Aug 14, 2017
by
Robin Sonnabend
Browse files
Fix keeping get-parameters with paging
parent
8095b998
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/decisions-list.html
View file @
6e08a31e
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
{% if _page_length is none %}
{% if _page_length is none %}
{% set _page_length = page_length %}
{% set _page_length = page_length %}
{% endif %}
{% endif %}
<a
href=
"{{url_for(request.endpoint, page=_page, protocoltype=protocoltype_id, search=search_term, decisioncategory_id=decisioncategory_id, page_length=_page_length)}}"
>
{{text}}
</a>
<a
href=
"{{url_for(request.endpoint, page=_page, protocoltype
_id
=protocoltype_id, search=search_term, decisioncategory_id=decisioncategory_id, page_length=_page_length)}}"
>
{{text}}
</a>
{% endmacro %}
{% endmacro %}
{% block content %}
{% block content %}
...
...
templates/protocols-list.html
View file @
6e08a31e
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
{% if _page_length is none %}
{% if _page_length is none %}
{% set _page_length = page_length %}
{% set _page_length = page_length %}
{% endif %}
{% endif %}
<a
href=
"{{url_for(request.endpoint, page=_page, protocoltype=protocoltype_id, search=search_term, state_open=state_open, page_length=_page_length)}}"
>
{{text}}
</a>
<a
href=
"{{url_for(request.endpoint, page=_page, protocoltype
_id
=protocoltype_id, search=search_term, state_open=state_open, page_length=_page_length)}}"
>
{{text}}
</a>
{% endmacro %}
{% endmacro %}
{% block content %}
{% block content %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment