mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
set titles from connection response
This commit is contained in:
parent
03b4555c5d
commit
2f6ac84f3e
2 changed files with 18 additions and 4 deletions
|
|
@ -179,9 +179,9 @@ class Page
|
|||
{
|
||||
// Update title
|
||||
$this->title->set(
|
||||
_('Pending...'),
|
||||
$request['placeholder'] ? $request['placeholder']
|
||||
: _('Response expected')
|
||||
$connection->getTitle(),
|
||||
$connection->getSubtitle(),
|
||||
$connection->getTooltip()
|
||||
);
|
||||
|
||||
// Show response form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue