- 🇧🇷Brazil kleiton_rodrigues Americana/SP
Patch successfully applied and updated text
#title , #description
RTBC+1 - 🇷🇺Russia zniki.ru
Patch #3 looks good.
I applied it to 📌 Integration with Gitlab CI Needs review and no CS violation with "t() calls should be avoided in classes" left in the code base.
Can we merge changes from this issue? - Assigned to zniki.ru
- Status changed to Needs work
over 1 year ago 7:34am 23 November 2023 - 🇷🇺Russia zniki.ru
I will move changes for t() from 📌 Integration with Gitlab CI Needs review to this issue.
- last update
over 1 year ago 8 pass - Status changed to Needs review
over 1 year ago 7:56am 23 November 2023 - Issue was unassigned.
- Assigned to berdir
- Status changed to RTBC
over 1 year ago 9:04am 23 November 2023 - 🇫🇷France andypost
As follow-up to 📌 Integration with Gitlab CI Needs review it looks ready
@Berdir I bet it needs your final merge
- last update
about 1 year ago 8 pass - Issue was unassigned.
- 🇦🇺Australia acbramley
Would be good to get this merged so gitlab CI can go green :)
- last update
9 months ago 8 pass - Status changed to Needs work
9 months ago 3:18am 16 May 2024 - 🇦🇺Australia acbramley
So the failure is because the
allowed_values
settings have completely changed. They are no longer added via a textarea but a tuple of key/value pairs with individual text fields.I can't see any other tests that use
$this->fieldUIAddNewField
for a field like this. I'm not sure it's even possible.In that case, we should probably just do a
FieldStorageConfig::create
and friends to bypass the new UI. - First commit to issue fork.
- Status changed to Needs review
9 months ago 6:39am 17 May 2024 - 🇮🇳India deepak5423
@acbramley I have raised the MR with proper phpcs testing. please review.
- Merge request !14Issue-3127124: replaced t() with this->t() in classes. → (Closed) created by deepak5423
- last update
9 months ago 1 pass, 8 fail - 🇦🇺Australia acbramley
acbramley → changed the visibility of the branch 3127124-t-fn-replace to hidden.
- Status changed to Needs work
9 months ago 11:37pm 19 May 2024 - last update
9 months ago 1 pass, 8 fail - last update
9 months ago 4 pass, 2 fail 10:00 6:24 Running- 🇮🇳India deepak5423
@acbramley I have closed the MR-14. Back to NW to address #15
- Status changed to Needs review
3 months ago 7:57am 1 December 2024 - 🇷🇺Russia zniki.ru
Thanks a lot for your feedback.
MR is ready for review.
I also remove TranslatableMarkup from tests, because I found recently using it at assert is bad practice.
Should we move it to different issue?