Skip to content

Commit

Permalink
[AIDAPP-298]: Improve the service portal title so that it is more acc…
Browse files Browse the repository at this point in the history
…urate (#272)

* [AIDAPP-298]: Improve the service portal title so that it is more accurate

* [AIDAPP-277]: Ensure a status is set to New when a service request is created in the portal

* Revert "[AIDAPP-298]: Improve the service portal title so that it is more accurate"

This reverts commit 3a468e6.

* Revert "[AIDAPP-277]: Ensure a status is set to New when a service request is created in the portal"

This reverts commit 6fd80ba.

* recommited

* Update titel in blade as well

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>

---------

Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
Co-authored-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
  • Loading branch information
kandarp-canyon and Orrison authored Oct 9, 2024
1 parent 564378a commit 6b65ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ class RenderKnowledgeManagementPortal extends Component
public function render(): View
{
return view('portal::livewire.render-knowledge-management-portal')
->title('Knowledge Management Portal');
->title('Help Center');
}
}
1 change: 1 addition & 0 deletions portals/knowledge-management/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
await determineIfUserIsAuthenticated(props.userAuthenticationUrl).then((response) => {
userIsAuthenticated.value = response;
});
document.title = 'Help Center';
});
watch(
Expand Down

0 comments on commit 6b65ddd

Please sign in to comment.