Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Commits
0b99ba7d
Commit
0b99ba7d
authored
1 year ago
by
Philipp Gröbelbauer
Browse files
Options
Downloads
Patches
Plain Diff
fixed redirect after wiki content save
parent
32cb092e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!691
New version v24.3.0
,
!673
fixed redirect after wiki content save
Pipeline
#11964
passed
1 year ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
extension/Resources/Private/Form/wikiEditor.json
+1
-1
1 addition, 1 deletion
extension/Resources/Private/Form/wikiEditor.json
extension/Resources/Private/Report/wiki.qfqr
+1
-1
1 addition, 1 deletion
extension/Resources/Private/Report/wiki.qfqr
with
2 additions
and
2 deletions
extension/Resources/Private/Form/wikiEditor.json
+
1
−
1
View file @
0b99ba7d
...
...
@@ -17,7 +17,7 @@
"multiDetailForm"
:
""
,
"multiDetailFormParameter"
:
""
,
"forwardMode"
:
"url-sip"
,
"forwardPage"
:
"
url-sip|
{{pageSlug:T}}
&
wpId={{id:R0}}&action={{action:SE}}&wpIdPrevious={{wpIdPrevious:S0}}§ionId={{sectionId:S0}}§ionIdEnd={{sectionIdEnd:S0}}&headingTitle={{headingTitle:SE}}"
,
"forwardPage"
:
"
{{baseUrlLang:Y}}
{{pageSlug:T}}
?
wpId={{id:R0}}&action={{action:SE}}&wpIdPrevious={{wpIdPrevious:S0}}§ionId={{sectionId:S0}}§ionIdEnd={{sectionIdEnd:S0}}&headingTitle={{headingTitle:SE}}"
,
"labelAlign"
:
"default"
,
"bsLabelColumns"
:
""
,
"bsInputColumns"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
extension/Resources/Private/Report/wiki.qfqr
+
1
−
1
View file @
0b99ba7d
...
...
@@ -105,7 +105,7 @@ form={{form:SE}}
# Sneaky reload of the page to remove SIP-URL after redirect from form
130 {
sql = SELECT '<script>window.location.href="{{pageSlug:T}}?wpId={{wpId:RE}}#{{headingTitle:RE}}";</script>'
sql = SELECT '<script>window.location.href="{{
baseUrlLang:Y}}{{
pageSlug:T}}?wpId={{wpId:RE}}#{{headingTitle:RE}}";</script>'
FROM DUAL
WHERE '{{action:RE}}' != ''
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment