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

RT-15535: Extra description for additionalfields.php #67

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Conversation

PJEilers
Copy link
Contributor

No description provided.

@PJEilers PJEilers requested a review from zbrag November 28, 2024 08:36
@@ -20,63 +20,62 @@ public function __invoke(Request $request)
{
$results = new ResultsList();

if (App::registrarConfig()->customerHandle() !== '') {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added so we didn't get an error trying to sync while there was no customerdata set (yet). I don;t think it needs to be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not removed? Just placed as a guard clause to reduce indenting

@@ -105,4 +106,15 @@ function ($field) {
}
}

/* Add custom fields here, example
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this an example for an override(translation), or for an extra field, which doesn't come from Realtime Register?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra field yes

@PJEilers PJEilers merged commit e6dded1 into master Dec 2, 2024
2 checks passed
@zbrag zbrag deleted the RT-15535 branch December 16, 2024 08:40
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.

2 participants