feat: updating the search resulted item to display project header.
To Test:
Since the changes are dependent to TIDO repo, do the following in TIDO:
- please pull the branch
issue/project-headerin TIDO - MR - Please run the following commands -
npm run buildnpm run tweak:build. There is adistfolder created and copytido.jsfrom it.
In GFL repo:
-
checkout the branch
issue/#39-project-header. -
Navigate to
gfl-app-new/public/builddelete the existing tido.js and replace the one copied from TIDO. -
run the app and hit
Suchefrom the menu -
search from all result and from the resulted item select any one of the item which navigates to TIDO app.
-
We can see that the project header is displayed with
HomePageSearchandTitlebreadcrumbs. -
To navigate back to resulted page - click on Search breadcrumb which we can navigate back to the result.
-
Navigate from any different page on search result list to tido and moving back to search hit works.
-
Try to change the value of
sourceindetail.html.twigto any arbitrary value (ex: test) the project header doesn't displayed.