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

Document view per Case has issues #91

Open
nekogeko opened this issue Jan 28, 2025 · 1 comment
Open

Document view per Case has issues #91

nekogeko opened this issue Jan 28, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@nekogeko
Copy link

Describe the bug
Document view is reset to the bottom even though one goes through the trouble of setting it to be on the side.

To Reproduce
In an existing case, update the view settings to show documents on the right hand side
Create a new case
Select the new case
Select the initial case again
Notice that the documents are again shown at the bottom of the screen

Expected behavior
Option to show the documents on the right hand side should persist

Please complete the following information about the solution:

  • [1.1.7] Version: [e.g. v1.0.0]

To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "(SO0281) - Enhanced Document Understanding on AWS. Version v1.0.0".

  • [us-east-1] Region: [e.g. us-east-1]
  • [no ] Was the solution modified from the version published on this repository?
  • [no ] If the answer to the previous question was yes, are the changes available on GitHub?
  • [no ] Have you checked your service quotas for the sevices this solution uses?
  • [no ] Were there any errors in the CloudWatch Logs?

Screenshots
If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).

Additional context
Add any other context about the problem here.

@nekogeko nekogeko added the bug Something isn't working label Jan 28, 2025
@OmarRad
Copy link
Member

OmarRad commented Jan 28, 2025

Hello @nekogeko, we currently do not save preferences however we have added this feature to our backlog.

In the meantime, you can change the default behavior to slide in from the side rather than from the bottom. To do this, set the splitPanelPreferences prop in the AppLayout component here to splitPanelPreferences={{ position: "side"}}. For further details about the AppLayout props, please see its documentation here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants