From 23ae70b061648ff6f00cfcff7424edf7babeee50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Wed, 11 Dec 2024 09:45:32 +0100 Subject: [PATCH] [IMP] dms: Add clipboard limitation to roadmap --- dms/README.rst | 3 +++ dms/readme/ROADMAP.md | 2 ++ dms/static/description/index.html | 3 +++ 3 files changed, 8 insertions(+) diff --git a/dms/README.rst b/dms/README.rst index 4d078759b..c128c501a 100644 --- a/dms/README.rst +++ b/dms/README.rst @@ -170,6 +170,9 @@ Known issues / Roadmap means. It would be nice to be able to remove that rule at some point. - Searchpanel in files: Highlight items (shading) without records when filtering something (by name for example). +- Accessing the clipboard (for example copy share link of + file/directory) is limited to secure connections. It also happens in + any part of Odoo. Bug Tracker =========== diff --git a/dms/readme/ROADMAP.md b/dms/readme/ROADMAP.md index 675906375..27f7de77f 100644 --- a/dms/readme/ROADMAP.md +++ b/dms/readme/ROADMAP.md @@ -17,3 +17,5 @@ means. It would be nice to be able to remove that rule at some point. - Searchpanel in files: Highlight items (shading) without records when filtering something (by name for example). +- Accessing the clipboard (for example copy share link of file/directory) + is limited to secure connections. It also happens in any part of Odoo. diff --git a/dms/static/description/index.html b/dms/static/description/index.html index a923a2b89..73a13d704 100644 --- a/dms/static/description/index.html +++ b/dms/static/description/index.html @@ -534,6 +534,9 @@

Known issues / Roadmap

means. It would be nice to be able to remove that rule at some point.
  • Searchpanel in files: Highlight items (shading) without records when filtering something (by name for example).
  • +
  • Accessing the clipboard (for example copy share link of +file/directory) is limited to secure connections. It also happens in +any part of Odoo.