-
Notifications
You must be signed in to change notification settings - Fork 161
Tooltip doesn't show Visible to my domain #1169
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
base: main
Are you sure you want to change the base?
Conversation
|
|
| <FormattedMessage | ||
| id='Apis.Details.Configuration.components.storeVisibility.tooltip.private.desc' | ||
| defaultMessage={ | ||
| 'The {type} is visible only to users in the current tenant domain.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word current tenant domain might not be intuitive. Shall we use similar wording in our official documentation for this option?
...n/webapp/source/src/app/components/Apis/Details/Configuration/components/StoreVisibility.jsx
Outdated
Show resolved
Hide resolved
|
Let me know if that is what you were thinking |
...n/webapp/source/src/app/components/Apis/Details/Configuration/components/StoreVisibility.jsx
Outdated
Show resolved
Hide resolved
...n/webapp/source/src/app/components/Apis/Details/Configuration/components/StoreVisibility.jsx
Outdated
Show resolved
Hide resolved
...n/webapp/source/src/app/components/Apis/Details/Configuration/components/StoreVisibility.jsx
Outdated
Show resolved
Hide resolved
...n/webapp/source/src/app/components/Apis/Details/Configuration/components/StoreVisibility.jsx
Outdated
Show resolved
Hide resolved
|
Hi @sccalabr, Thank you for working on the requested changes. I applied your fix locally and the issue is fixed. During the application of the fix, several EsLint related issues were encountered. Shall we run an |
|
Hi @sccalabr, any update on the above? |
|
I'I'll get to it on the weekend :) |
| "integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==", | ||
| "devOptional": true, | ||
| "license": "MIT", | ||
| "peer": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will not need changes done to this file @sccalabr.
| "Apis.Details.Configuration.components.Social.slack": "Slack URL", | ||
| "Apis.Details.Configuration.components.Social.slack_url.help": "This Slack Channel URL will be available in the {type} overview page in developer portal", | ||
| "Apis.Details.Configuration.components.StoreVisibility.dropdown.public": "Public", | ||
| "Apis.Details.Configuration.components.StoreVisibility.tooltip.private": "Visible to my domain :", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we keep line 616 and 617 only, which contains your changes and remove the rest of the changes?
|
Hi @sccalabr did you get a chance to address the new review comments? |
|
That's the output from running the command. I think we should keep it do the whole file is formatted correctly |
|
Hi @sccalabr, After building the apim-apps repository using the And also your changes in the file Shall we fix this? |
|
I ran npm run build:prod |
|
Hi @sccalabr Okay. Can you try with Thanks, |
|
|
Hi @sccalabr Thank you for addressing the comments. Shall we fetch from upstream repo and try building again with [1] #1169 (comment) |



Issue: wso2/api-manager#3438 (comment)