Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tristan Cavelier
erp5
Commits
891c52e4
Commit
891c52e4
authored
Jun 13, 2019
by
Romain Courteaud
🐙
Committed by
Tristan Cavelier
Jul 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_hal_json_style] Rerender the form after a successfull edit
parent
fd0281c5
Changes
1
Hide 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 @
891c52e4
...
...
@@ -256,4 +256,6 @@ if context.REQUEST.get('is_web_mode', False) and \
not
editable_mode
:
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})
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