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

[FW][FIX] base_setup: Fix The placeholder display issue #109183

Conversation

fw-bot
Copy link
Contributor

@fw-bot fw-bot commented Jan 5, 2023

Before this commit: When open a general setting in invite user,the placeholder not proper displayed when it is too long instead.

After this Commit: When open a general setting in invite user, The placeholder properly displayed when it is too long instead.

Task-id :3098157


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Forward-Port-Of: #108983
Forward-Port-Of: #108696

The placeholder may be too long and not fit the screen. In this
situation it would not been shown at all. Using the `text-trauncate`
bootstrap class, the end of the text is truncated with an ellipsis in
case it doesn't fit on screen.

task-id-3098157

X-original-commit: b07e414
@robodoo robodoo added the forwardport This PR was created by @fw-bot label Jan 5, 2023
@robodoo
Copy link
Contributor

robodoo commented Jan 5, 2023

@fw-bot
Copy link
Contributor Author

fw-bot commented Jan 5, 2023

This PR targets saas-15.3 and is part of the forward-port chain. Further PRs will be created up to master.

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

@C3POdoo C3POdoo added the RD research & development, internal work label Jan 5, 2023
@fw-bot
Copy link
Contributor Author

fw-bot commented Jan 5, 2023

@jech-odoo @Julien00859 the next pull request (#109194) is in conflict. You can merge the chain up to here by saying

@fw-bot r+

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

@Julien00859
Copy link
Member

@fw-bot r+

robodoo pushed a commit that referenced this pull request Jan 5, 2023
The placeholder may be too long and not fit the screen. In this
situation it would not been shown at all. Using the `text-trauncate`
bootstrap class, the end of the text is truncated with an ellipsis in
case it doesn't fit on screen.

task-id-3098157

closes #109183

X-original-commit: b07e414
Signed-off-by: Julien Castiaux <juc@odoo.com>
@robodoo robodoo temporarily deployed to merge January 5, 2023 20:31 Inactive
@robodoo robodoo closed this Jan 5, 2023
@fw-bot fw-bot deleted the saas-15.3-14.0-base_setup-fix-jech-WEN4-fw branch January 19, 2023 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forwardport This PR was created by @fw-bot RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants