|
531 | 531 | <h1>OperatorFabric Documentation</h1>
|
532 | 532 | <div class="details">
|
533 | 533 | <span id="revnumber">version SNAPSHOT,</span>
|
534 |
| -<span id="revdate">25 December 2024</span> |
| 534 | +<span id="revdate">26 December 2024</span> |
535 | 535 | </div>
|
536 | 536 | <div id="toc" class="toc2">
|
537 | 537 | <div id="toctitle">Table of Contents</div>
|
@@ -1775,7 +1775,7 @@ <h1>OperatorFabric Documentation</h1>
|
1775 | 1775 | </li>
|
1776 | 1776 | <li><a href="#_migration_guide_from_release_4_5_x_to_release_4_6_0">96. Migration Guide from release 4.5.X to release 4.6.0</a>
|
1777 | 1777 | <ul class="sectlevel2">
|
1778 |
| -<li><a href="#_deprecated_tonotify_field">96.1. Deprecated <code>toNotify</code> field</a></li> |
| 1778 | +<li><a href="#_removed_field_tonotify">96.1. Removed field <code>toNotify</code></a></li> |
1779 | 1779 | <li><a href="#_new_line_added_between_opfab_fields_and_template_in_usercard_form">96.2. New line added between opfab fields and template in usercard form</a></li>
|
1780 | 1780 | <li><a href="#_timeline_domain_tr_renamed_rt">96.3. Timeline domain TR renamed RT</a></li>
|
1781 | 1781 | <li><a href="#_ui_archives_and_logging_number_of_lines_per_page">96.4. UI archives and logging number of lines per page</a></li>
|
@@ -3885,16 +3885,6 @@ <h6 id="_secondsbeforetimespanforreminder_secondsbeforetimespanforreminder"><a c
|
3885 | 3885 | </div>
|
3886 | 3886 | </div>
|
3887 | 3887 | <div class="sect5">
|
3888 |
| -<h6 id="_tonotify_tonotify"><a class="anchor" href="#_tonotify_tonotify"></a>ToNotify (<code>toNotify</code>)</h6> |
3889 |
| -<div class="paragraph"> |
3890 |
| -<p>Boolean attribute. If the card must not be displayed in the feed and in monitoring screen, this field must be set to false. |
3891 |
| -In that case, it means the card is stored only in archivedCards collection and not in cards collection.</p> |
3892 |
| -</div> |
3893 |
| -<div class="paragraph"> |
3894 |
| -<p>The <code>toNotify</code> field is deprecated, use the <code>STORE_ONLY_IN_ARCHIVES</code> card action instead.</p> |
3895 |
| -</div> |
3896 |
| -</div> |
3897 |
| -<div class="sect5"> |
3898 | 3888 | <h6 id="_publisher_type_publishertype"><a class="anchor" href="#_publisher_type_publishertype"></a>Publisher type (<code>publisherType</code>)</h6>
|
3899 | 3889 | <div class="ulist">
|
3900 | 3890 | <ul>
|
@@ -22409,9 +22399,9 @@ <h3 id="_rabbitmq_3"><a class="anchor" href="#_rabbitmq_3"></a>95.11. RabbitMQ</
|
22409 | 22399 | <h2 id="_migration_guide_from_release_4_5_x_to_release_4_6_0"><a class="anchor" href="#_migration_guide_from_release_4_5_x_to_release_4_6_0"></a>96. Migration Guide from release 4.5.X to release 4.6.0</h2>
|
22410 | 22400 | <div class="sectionbody">
|
22411 | 22401 | <div class="sect2">
|
22412 |
| -<h3 id="_deprecated_tonotify_field"><a class="anchor" href="#_deprecated_tonotify_field"></a>96.1. Deprecated <code>toNotify</code> field</h3> |
| 22402 | +<h3 id="_removed_field_tonotify"><a class="anchor" href="#_removed_field_tonotify"></a>96.1. Removed field <code>toNotify</code></h3> |
22413 | 22403 | <div class="paragraph">
|
22414 |
| -<p>The card field <code>toNotify</code> is deprecated. You should use the <code>actions</code> field including "STORE_ONLY_IN_ARCHIVES" action instead.</p> |
| 22404 | +<p>The card field <code>toNotify</code> has been removed. You must use the <code>actions</code> field including "STORE_ONLY_IN_ARCHIVES" action instead.</p> |
22415 | 22405 | </div>
|
22416 | 22406 | </div>
|
22417 | 22407 | <div class="sect2">
|
|
0 commit comments