Author: jleroux Date: Thu Jul 4 08:14:05 2019 New Revision: 1862538 URL: http://svn.apache.org/viewvc?rev=1862538&view=rev Log: Improved: Navigate from a domain to another with automated signed in authentication (OFBIZ-10307)
Currently the CORS demonstration in example component is useless. This tooltip allows local users to test it. Modified: ofbiz/ofbiz-plugins/trunk/example/config/ExampleUiLabels.xml ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml Modified: ofbiz/ofbiz-plugins/trunk/example/config/ExampleUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/example/config/ExampleUiLabels.xml?rev=1862538&r1=1862537&r2=1862538&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/example/config/ExampleUiLabels.xml (original) +++ ofbiz/ofbiz-plugins/trunk/example/config/ExampleUiLabels.xml Thu Jul 4 08:14:05 2019 @@ -1221,6 +1221,10 @@ <value xml:lang="en">Navigate to another domain with automated signed in authentication</value> <value xml:lang="fr">Naviguer vers un autre domaine avec authentification automatique</value> </property> + <property key="SignedInAuthToAnotherDomainTooltip"> + <value xml:lang="en">To make this work you have to set the security.internal.sso.enabled and security.token.key SystemProperty entities locally and on trunk demo server</value> + <value xml:lang="fr">Pour que cela fonctionne, vous devez définir les entités SystemProperty security.internal.sso.enabled et security.token.key localement et sur le serveur de démonstration du "trunk"</value> + </property> <property key="TargetURL"> <value xml:lang="en">Target URL</value> <value xml:lang="fr">URL cible</value> Modified: ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml?rev=1862538&r1=1862537&r2=1862538&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml (original) +++ ofbiz/ofbiz-plugins/trunk/example/widget/example/FormWidgetExampleForms.xml Thu Jul 4 08:14:05 2019 @@ -444,7 +444,7 @@ under the License. <field name="deleteLink" title="${uiLabelMap.FormFieldTitle_confirmButton} ${uiLabelMap.ExampleExample}" widget-style="buttontext"> <hyperlink description="${uiLabelMap.CommonDelete}" target="FormWidgetExamples" also-hidden="false" confirmation-message="Are you sure you want to perform this action?"/> </field> - <field name="targetUrlButton" title="${uiLabelMap.SignedInAuthToAnotherDomain}" widget-style="buttontext"> + <field name="targetUrlButton" title="${uiLabelMap.SignedInAuthToAnotherDomain}" widget-style="buttontext" tooltip="${uiLabelMap.SignedInAuthToAnotherDomainTooltip}"> <hyperlink also-hidden="false" target-type="plain" description="${uiLabelMap.TargetURL}" target="${targetUrl}"/> </field> </form>