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

add overallcount for addresses #918

Merged
merged 3 commits into from
Oct 7, 2024
Merged

Conversation

ingoKrOffice
Copy link
Contributor

No description provided.

@ingoKrOffice ingoKrOffice requested a review from andernath October 2, 2024 13:04
@fredericalpers fredericalpers added this to the v5.1.4 milestone Oct 4, 2024
@fredericalpers fredericalpers added feature New feature component: address list Issue, Pull Request or Discussion related to address lists component: adress list detail page Issue & Pull Request or Discussion related to adress list detail page QA Issue or Pull request that is in review labels Oct 4, 2024
Copy link
Contributor

@andernath andernath left a comment

Choose a reason for hiding this comment

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

@ingoKrOffice
Zwei Rückfragen, sonst in Ordnung

@@ -159,28 +165,28 @@ public function __construct(DataViewAddress $pDataViewAddress = null, AddressLis
public function loadAddressesById(array $addressIds, array $fields)
{
$this->_pEnvironment->getFieldnames()->loadLanguage();
$pApiCall = new APIClientActionGeneric
$this->_pApiClientAction = new APIClientActionGeneric
($this->_pEnvironment->getSDKWrapper(), onOfficeSDK::ACTION_ID_READ, 'address');
Copy link
Contributor

Choose a reason for hiding this comment

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

Ist das nicht redundant, wenn das schon im Konstruktor passiert?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ja, definitiv... kann raus

@@ -205,21 +211,21 @@ public function loadAddresses(int $inputPage = 1)
$apiOnlyFields = $pModifier->getAllAPIFields();
$parameters = $pDataListViewToApi->buildParameters($apiOnlyFields, $this->_pDataViewAddress, $newPage, true);

$pApiCall = new APIClientActionGeneric
$this->_pApiClientAction = new APIClientActionGeneric
($this->_pEnvironment->getSDKWrapper(), onOfficeSDK::ACTION_ID_READ, 'address');
Copy link
Contributor

Choose a reason for hiding this comment

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

Ist das nicht redundant, wenn das schon im Konstruktor passiert?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ja, definitiv... kann raus

@ingoKrOffice ingoKrOffice merged commit d6cbeb3 into master Oct 7, 2024
2 checks passed
@ingoKrOffice ingoKrOffice deleted the add-address-overall-count branch October 7, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: address list Issue, Pull Request or Discussion related to address lists component: adress list detail page Issue & Pull Request or Discussion related to adress list detail page feature New feature QA Issue or Pull request that is in review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants