-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
SMS Provider searchkit admin ui #28512
Conversation
🤖 Thank you for contributing to CiviCRM! ❤️ We will need to test and review this PR. 👷 Introduction for new contributors...
Quick links for reviewers...
|
39e1ac7
to
4f04fda
Compare
@pradpnayak looks good. I've merged the API entity PR. Can you update your 2nd screenshot? |
4f04fda
to
288ac05
Compare
'style' => 'default', | ||
'path' => '', | ||
'action' => '', | ||
'condition' => [], |
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.
'condition' => [], | |
'condition' => ['is_active', '=', FALSE], |
'style' => 'default', | ||
'path' => '', | ||
'action' => '', | ||
'condition' => [], |
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.
'condition' => [], | |
'condition' => ['is_active', '=', TRUE], |
'version' => 4, | ||
'values' => [ | ||
'name' => 'SMS_Provider_Table_1', | ||
'label' => E::ts('SMS Provider Table 1'), |
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.
'label' => E::ts('SMS Provider Table 1'), | |
'label' => E::ts('SMS Provider'), |
@pradpnayak can you check the above suggestions? |
'values' => [ | ||
'name' => 'SMS_Provider', | ||
'label' => E::ts('SMS Provider'), | ||
'api_entity' => 'Provider', |
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.
Per #29555 this will need to be changed to
'api_entity' => 'Provider', | |
'api_entity' => 'SmsProvider', |
Closing in profit of #29567 |
Overview
SMS Provider search kit for admin UI replacement
Before:
After:
Requires: #28512