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

DO NOT MERGE Ensure BPD is available in execute() #449

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Philipp91
Copy link
Contributor

No description provided.

@@ -282,7 +282,7 @@ public function execute(BaseAction $action)
throw new \RuntimeException('Need to login (DialogInitialization) before executing other actions');
}

$requestSegments = $action->getNextRequest($this->bpd, $this->upd);
$requestSegments = $action->getNextRequest($this->getBpd(), $this->upd);
Copy link
Contributor

Choose a reason for hiding this comment

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

Imho muss schon die Prüfung if ($action instanceof PaginateableAction) vorhanden sein, es soll ja gerade bei nicht paginierten Antworten ohne BPD funktionieren.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh ja stimmt. Habe es auf deinen ursprünglichen Vorschlag zurück geändert.

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