Before proceeding, is there an existing issue or discussion for this?
Description
Hi @aaronchongth @luca-della-vedova , thank you for the clarification during this morning's Open-RMF PMC.
Trying to get rmf_site Web Version to serve as a remote and visual editing tool for .site.json RMF Building Map files. Encountered the following issue.
Issue Description 🐛
The Save and Save As options under File tab are disabled as seen in the screenshot below for rmf_site Web Version.
I can verify that the same 2 options are enabled for rmf_site Desktop Version.
Steps To Reproduce 📚
Environment
- Chrome Browser
Version 143.0.7499.192 (Official Build) (64-bit)
Instructions
git clone https://github.com/open-rmf/rmf_site.git --single-branch --branch v0.0.1 --depth 1 && cd rmf_site
bash scripts/build-web.sh
bash scripts/server-web.sh
Access rmf_site: http://127.0.0.1:1234/
Click on View demo map.
Attempt to save Demo Map File as .site.json locally on workstation.
Expected Behaviour 🟢
When opening File tab in rmf_site Web Version, Save and Save As options are enable. Able to save .site.json.
Actual Behaviour 🔴
When opening File tab in rmf_site Web Version, Save and Save As options are disabled. Unable to save .site.json.
Before proceeding, is there an existing issue or discussion for this?
Description
Hi @aaronchongth @luca-della-vedova , thank you for the clarification during this morning's Open-RMF PMC.
Trying to get
rmf_siteWeb Version to serve as a remote and visual editing tool for.site.jsonRMF Building Map files. Encountered the following issue.Issue Description 🐛
The
SaveandSave Asoptions underFiletab are disabled as seen in the screenshot below forrmf_siteWeb Version.I can verify that the same 2 options are enabled for
rmf_siteDesktop Version.Steps To Reproduce 📚
Environment
Version 143.0.7499.192 (Official Build) (64-bit)Instructions
Access
rmf_site: http://127.0.0.1:1234/Click on
View demo map.Attempt to save
Demo Map Fileas.site.jsonlocally on workstation.Expected Behaviour 🟢
When opening
Filetab inrmf_siteWeb Version,SaveandSave Asoptions are enable. Able to save.site.json.Actual Behaviour 🔴
When opening
Filetab inrmf_siteWeb Version,SaveandSave Asoptions are disabled. Unable to save.site.json.