mirror of https://github.com/OCA/social.git
Add ROADMAP.rst
parent
6f71b6b585
commit
ec723c2352
|
@ -69,6 +69,14 @@ Usage
|
|||
Go to any model that contains a chatter (e.g. Contacts, ...). Search
|
||||
for content in field 'Message Content'.
|
||||
|
||||
Known issues / Roadmap
|
||||
======================
|
||||
|
||||
This module restricts the message_content search functionality
|
||||
to internal users only, addressing the issue faced by project collaborators (portal users)
|
||||
as described in https://github.com/OCA/social/issues/1204. Consequently, portal users no
|
||||
longer have the ability to search within mail content.
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
This module restricts the message_content search functionality
|
||||
to internal users only, addressing the issue faced by project collaborators (portal users)
|
||||
as described in https://github.com/OCA/social/issues/1204. Consequently, portal users no
|
||||
longer have the ability to search within mail content.
|
|
@ -411,6 +411,13 @@ perform the searches on mail messages.</p>
|
|||
<p>Go to any model that contains a chatter (e.g. Contacts, …). Search
|
||||
for content in field ‘Message Content’.</p>
|
||||
</div>
|
||||
<div class="section" id="known-issues-roadmap">
|
||||
<h1><a class="toc-backref" href="#id3">Known issues / Roadmap</a></h1>
|
||||
<p>This module restricts the message_content search functionality
|
||||
to internal users only, addressing the issue faced by project collaborators (portal users)
|
||||
as described in <a class="reference external" href="https://github.com/OCA/social/issues/1204">https://github.com/OCA/social/issues/1204</a>. Consequently, portal users no
|
||||
longer have the ability to search within mail content.</p>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
|
||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/social/issues">GitHub Issues</a>.
|
||||
|
|
Loading…
Reference in New Issue