Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tristan Cavelier
erp5
Commits
ad2c408c
Commit
ad2c408c
authored
5 years ago
by
Romain Courteaud
Committed by
Tristan Cavelier
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
[erp5_hal_json_style] Rerender the form after a successfull edit
parent
1874b8d2
dev
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
bt5/erp5_hal_json_style/SkinTemplateItem/portal_skins/erp5_hal_json_style/Base_edit.py
...emplateItem/portal_skins/erp5_hal_json_style/Base_edit.py
+3
-1
No files found.
bt5/erp5_hal_json_style/SkinTemplateItem/portal_skins/erp5_hal_json_style/Base_edit.py
View file @
ad2c408c
...
@@ -256,4 +256,6 @@ if context.REQUEST.get('is_web_mode', False) and \
...
@@ -256,4 +256,6 @@ if context.REQUEST.get('is_web_mode', False) and \
not
editable_mode
:
not
editable_mode
:
form_id
=
'view'
form_id
=
'view'
return
context
.
Base_redirect
(
keep_items
=
{
'portal_status_message'
:
message
})
# return context.ERP5Document_getHateoas(form=form, REQUEST=request, mode='form')
return
context
.
Base_renderForm
(
form_id
,
message
=
message
)
# return context.Base_redirect(keep_items={'portal_status_message': message})
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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