Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs_fs2erp5_gadget
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
officejs_fs2erp5_gadget
Commits
a6139add
Commit
a6139add
authored
Sep 22, 2017
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add generated Web Manifest to template_path_list
parent
e2baac0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
jio_fs2erp5storage.js
jio_fs2erp5storage.js
+9
-6
No files found.
jio_fs2erp5storage.js
View file @
a6139add
...
...
@@ -535,12 +535,6 @@
context
.
_id_dict
[
path
][
xmldoc
.
id
+
'
.xml
'
]
=
xmldoc
;
}
}
template_path_list
=
string2blob
(
template_path_list
.
join
(
"
\n
"
));
bt_folder
.
template_path_list
=
template_path_list
;
bt_folder
.
template_keep_workflow_path_list
=
template_path_list
;
bt_folder
.
template_keep_last_workflow_history_only_path_list
=
template_path_list
;
// generate appcache as list of all packaged files
xmldoc
=
{
version
:
context
.
_options
.
version
,
...
...
@@ -560,6 +554,15 @@
};
context
.
_id_dict
[
context
.
path_prefix_file
+
"
web_page_module/
"
]
[
xmldoc
.
id
+
"
.xml
"
]
=
string2blob
(
generateZopeData
(
xmldoc
));
template_path_list
.
push
(
"
web_page_module/
"
+
xmldoc
.
id
);
// create template_path_list meta
template_path_list
=
string2blob
(
template_path_list
.
join
(
"
\n
"
));
bt_folder
.
template_path_list
=
template_path_list
;
bt_folder
.
template_keep_workflow_path_list
=
template_path_list
;
bt_folder
.
template_keep_last_workflow_history_only_path_list
=
template_path_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