Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP][FEATURE] Observe changes through Extbase repositories #3164

Open
wants to merge 1 commit into
base: release-11.1.x
Choose a base branch
from

Conversation

Mabahe
Copy link
Contributor

@Mabahe Mabahe commented Jan 19, 2022

Follow up of PR #2035

TODOs:

  • Tests
  • complete strict_types
  • ...

If you wanna test this patch, register your model in ext_localconf.php

$domainObjectObserverRegistry = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(
    \ApacheSolrForTypo3\Solr\IndexQueue\DomainObjectObserverRegistry::class
);
$domainObjectObserverRegistry->register(
    \GeorgRinger\News\Domain\Model\News::class
);

@WebsiteDeveloper
Copy link

@Mabahe we have an earlier version of this patch running. There Seems to be an issue with Custom Initializers. Because those do not get respected on Updates to the extbase object.

@christophlehmann
Copy link
Contributor

Close in favor of #3843 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants