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
Labels
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
d7cd1a5f
Commit
d7cd1a5f
authored
Jan 06, 2020
by
Romain Courteaud
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_web_renderjs_ui: adding comment on the first manifest line is not valid
parent
7e6d33ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs/WebSite_checkCacheModificationDateConsistency.py
...renderjs/WebSite_checkCacheModificationDateConsistency.py
+3
-3
No files found.
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs/WebSite_checkCacheModificationDateConsistency.py
View file @
d7cd1a5f
...
...
@@ -20,8 +20,8 @@ if appcache_reference:
if
error_list
and
fixit
:
appcache_manifest
.
edit
(
text_content
=
'''
# Last modified by {} on
{}
{}
'''
.
format
(
script
.
getId
(),
DateTime
(),
appcache_manifest
.
getTextContent
()))
text_content
=
'''{}
# Last modified by {} on
{}
'''
.
format
(
appcache_manifest
.
getTextContent
(),
script
.
getId
(),
DateTime
()))
return
error_list
Romain Courteaud
@romain
mentioned in merge request
nexedi/erp5!1026 (merged)
·
Jan 08, 2020
mentioned in merge request
nexedi/erp5!1026 (merged)
mentioned in merge request nexedi/erp5!1026
Toggle commit list
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