-
Notifications
You must be signed in to change notification settings - Fork 70
Notifier Modules #2
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
Conversation
@phoenix128, just FYI, the composer version constraint What you probably want is: |
@hostep , |
NotifierTemplateApi/Api/DatabaseTemplateRepositoryInterface.php
Outdated
Show resolved
Hide resolved
NotifierTemplateApi/Model/VariablesDecorator/DecorateVariablesInterface.php
Outdated
Show resolved
Hide resolved
NotifierTemplateAdminUi/Controller/Adminhtml/DatabaseTemplate/Save.php
Outdated
Show resolved
Hide resolved
/** | ||
* Adapter code for email adapter | ||
*/ | ||
public const ADAPTER_CODE = 'email'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it make sense to mark these constants as public?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is referenced here for example: \MSP\NotifierEmailAdapterAdminUi\Ui\DataProvider\Form\Channel\Modifier\Email
the idea is to create a hard dependency through constants when a specific adapter is required.
NotifierEmailAdapterAdminUi/Ui/DataProvider/Form/Channel/Modifier/Email.php
Outdated
Show resolved
Hide resolved
…ateVariablesInterface refactor
[Arrows] MC-34292: AdminCreateUserRoleWithReportsActionGroup needs to be refactored to be based in CE
CABPI-397: Fix Failed Functional Tests CE Tests
MageSpecialist Notifier modules for Magento 2