ECA Content knocks out "Promote content to front page" and "Make content sticky" Admin actions
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3422101. -->
Reported by: [sirclickalot](https://www.drupal.org/user/403880)
Related to !405
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>While building some ECA models today I notice by chance today that the following Bulk actions from the Content (<code>/admin/content</code>) page were simply doing nothing when applied:</p>
<ol>
<li>Promote content to front page</li>
<li>Remove content from front page</li>
<li>Make content sticky</li>
<li>Make content Unsticky</li>
</ol>
<p>This seemed to the same on several of my sites so I starting look for a culprit as I really didn't think it could be a core bug.</p>
<p>The sites where I saw the symptom were all using ECA.</p>
<p>After quite some time experimenting, I think that I have proved that the root of the problem is the <strong>ECA Content module</strong>. Eventually what I did was go back to a completely fresh Drupal 10.2.3 site and one-by-one I enabled the ECA modules until I the bug reared its head.</p>
<p>In short the results were...</p>
<p>ECA Core - All still OK<br>
ECA Base - All still OK<br>
ECA Content - Installing this stops both 4 of the above bulk actions from having any effect.</p>
<p>I repeated this again just to check and verified the behaviour.</p>
<h3>System</h3>
<p>Drupal 10.2.3<br>
Web Server<br>
Apache/2.4.33 (Win64) OpenSSL/1.0.2u mod_fcgid/2.3.9 PHP/8.2.2<br>
PHP 8.1.15<br>
Database<br>
MySQL 5.7.24<br>
PHP Caching module: OpCache</p>
<p>Thanks all.</p>
issue