Skip to content

Commit 6a869de

Browse files
authored
Merge pull request #2371 from ddiroma/36641
[BACKLOG-36641] Update and validate in-product links in 9.4
2 parents 941218c + 8ca108f commit 6a869de

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

kettle-plugins/hadoop-cluster/ui/src/main/javascript/app/components/accordianItem/accordianItem.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<img class="accordian-header-image" ng-src="{{::vm.getStatusImage(vm.testCategory.categoryStatus)}}"/>
44
<div class="accordian-header-text">{{::vm.testCategory.categoryName}} {{::vm.testCategory.categoryActive === false ? "(skipped)" : ""}}</div>
55
<img ng-src="{{vm.expandCollapseToggleImage}}" ng-class="vm.chevronToggleClass" ng-if="vm.testCategory.tests.length > 0"/>
6-
<div class="accordian-learn-more-category" ng-if="vm.showCategoryLearnMore(vm.testCategory)"><a href="javascript:;" onclick="window.open('https://help.pentaho.com/Documentation/9.3/Setup/Big_Data_issues','','height=600,width=800,scrollbars=yes,toolbar=no,status=no,menubar=no,location=no,resizable=yes');">{{::vm.learnMoreLabel}}</a></div>
6+
<div class="accordian-learn-more-category" ng-if="vm.showCategoryLearnMore(vm.testCategory)"><a href="javascript:;" onclick="window.open('https://help.pentaho.com/Documentation/9.4/Setup/Big_Data_issues','','height=600,width=800,scrollbars=yes,toolbar=no,status=no,menubar=no,location=no,resizable=yes');">{{::vm.learnMoreLabel}}</a></div>
77
</div>
88
<div ng-repeat="test in vm.testCategory.tests" ng-class="vm.getBodyStatusClass(test.testStatus)" ng-if="vm.isExpanded && test.testActive">
99
<img class="accordian-body-image" ng-src="{{::vm.getStatusImage(test.testStatus)}}"/>
1010
<div class="accordian-body-text">{{::test.testName}}</div>
11-
<div class="accordian-learn-more" ng-if="test.testStatus === 'Fail'"><a href="javascript:;" onclick="window.open('https://help.pentaho.com/Documentation/9.3/Setup/Big_Data_issues','','height=600,width=800,scrollbars=yes,toolbar=no,status=no,menubar=no,location=no,resizable=yes');">{{::vm.learnMoreLabel}}</a></div>
11+
<div class="accordian-learn-more" ng-if="test.testStatus === 'Fail'"><a href="javascript:;" onclick="window.open('https://help.pentaho.com/Documentation/9.4/Setup/Big_Data_issues','','height=600,width=800,scrollbars=yes,toolbar=no,status=no,menubar=no,location=no,resizable=yes');">{{::vm.learnMoreLabel}}</a></div>
1212
</div>
1313
</div>

kettle-plugins/hadoop-cluster/ui/src/main/javascript/app/components/addDriver/addDriver.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="title_text margin_bottom_30 text_center">{{vm.header}}</div>
33
<div class="middle_hadoop_div margin_bottom_10">
44
<div class="margin_bottom_15">
5-
<a href="javascript:;" onclick="window.open('https://help.pentaho.com/Documentation/9.3/Setup/Components_Reference#Hadoop_Vendors','','height=600,width=800,scrollbars=yes,toolbar=no,status=no,menubar=no,location=no,resizable=yes');">{{::vm.driverSupportMatrixLinkText}}</a>
5+
<a href="javascript:;" onclick="window.open('https://help.pentaho.com/Documentation/9.4/Setup/Components_Reference#Hadoop_Vendors','','height=600,width=800,scrollbars=yes,toolbar=no,status=no,menubar=no,location=no,resizable=yes');">{{::vm.driverSupportMatrixLinkText}}</a>
66
</div>
77
<div class="margin_bottom_20">
88
<browse label="vm.fileLabel" model="vm.driverFile"></browse>

kettle-plugins/hadoop-cluster/ui/src/main/resources/i18n/hadoopCluster/messages.properties

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ controls.back.label=Back
4545
help.helpLabel=Help
4646
test.results.title=Test results
4747
accordian.item.learn.more=Learn more
48-
accordion.item.learn.more.link=https://help.pentaho.com/Documentation/9.3/Setup/Big_Data_issues
48+
accordion.item.learn.more.link=https://help.pentaho.com/Documentation/9.4/Setup/Big_Data_issues
4949
credentials.username.label=Username
5050
credentials.password.label=Password
5151
add.driver.header=Add driver
@@ -71,12 +71,12 @@ kerberos.keytab.impersonate.path.label=Impersonation Keytab
7171
knox.gateway.url.label=Gateway URL
7272
knox.gateway.username.label=Gateway Username
7373
knox.gateway.password.label=Gateway Password
74-
driver.status.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
75-
add.driver.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Adding_a_new_driver
76-
import.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
77-
status.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
78-
test.results.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
79-
new.edit.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
80-
knox.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
81-
security.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
82-
kerberos.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
74+
driver.status.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
75+
add.driver.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Adding_a_new_driver
76+
import.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
77+
status.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
78+
test.results.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
79+
new.edit.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
80+
knox.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
81+
security.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
82+
kerberos.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client

kettle-plugins/hadoop-cluster/ui/src/main/resources/i18n/hadoopCluster/messages_en.properties

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ controls.back.label=Back
4545
help.helpLabel=Help
4646
test.results.title=Test results
4747
accordian.item.learn.more=Learn more
48-
accordion.item.learn.more.link=https://help.pentaho.com/Documentation/9.3/Setup/Big_Data_issues
48+
accordion.item.learn.more.link=https://help.pentaho.com/Documentation/9.4/Setup/Big_Data_issues
4949
credentials.username.label=Username
5050
credentials.password.label=Password
5151
add.driver.header=Add driver
@@ -71,12 +71,12 @@ kerberos.keytab.impersonate.path.label=Impersonation Keytab
7171
knox.gateway.url.label=Gateway URL
7272
knox.gateway.username.label=Gateway Username
7373
knox.gateway.password.label=Gateway Password
74-
driver.status.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
75-
add.driver.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Adding_a_new_driver
76-
import.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
77-
status.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
78-
test.results.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
79-
new.edit.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
80-
knox.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
81-
security.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
82-
kerberos.help=https://help.pentaho.com/Documentation/9.3/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
74+
driver.status.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
75+
add.driver.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Adding_a_new_driver
76+
import.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
77+
status.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
78+
test.results.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
79+
new.edit.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
80+
knox.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
81+
security.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client
82+
kerberos.help=https://help.pentaho.com/Documentation/9.4/Work_with_data/Connecting_to_a_Hadoop_cluster_with_the_PDI_client

0 commit comments

Comments
 (0)