Skip to content

Commit

Permalink
Merge pull request #3930 from nadment/3929
Browse files Browse the repository at this point in the history
Change the transformations category #3929
  • Loading branch information
hansva authored May 16, 2024
2 parents 6e628df + 7ac773f commit 054dfd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
image = "ifnull.svg",
name = "i18n::IfNull.Name",
description = "i18n::IfNull.Description",
categoryDescription = "i18n:org.apache.hop.pipeline.transform:BaseTransform.Category.Flow",
categoryDescription = "i18n:org.apache.hop.pipeline.transform:BaseTransform.Category.Transform",
keywords = "i18n::IfNullMeta.keyword",
documentationUrl = "/pipeline/transforms/ifnull.html")
public class IfNullMeta extends BaseTransformMeta<IfNull, IfNullData> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
image = "nullif.svg",
name = "i18n::NullIf.Name",
description = "i18n::NullIf.Description",
categoryDescription = "i18n:org.apache.hop.pipeline.transform:BaseTransform.Category.Flow",
categoryDescription = "i18n:org.apache.hop.pipeline.transform:BaseTransform.Category.Transform",
keywords = "i18n::NullIfMeta.keyword",
documentationUrl = "/pipeline/transforms/nullif.html")
public class NullIfMeta extends BaseTransformMeta<NullIf, NullIfData> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
image = "stringoperations.svg",
name = "i18n::StringOperations.Name",
description = "i18n::StringOperations.Description",
categoryDescription = "i18n:org.apache.hop.pipeline.transform:BaseTransform.Category.Flow",
categoryDescription = "i18n:org.apache.hop.pipeline.transform:BaseTransform.Category.Transform",
keywords = "i18n::StringOperationsMeta.keyword",
documentationUrl = "/pipeline/transforms/stringoperations.html")
@InjectionSupported(localizationPrefix = "StringOperationsDialog.Injection.")
Expand Down

0 comments on commit 054dfd0

Please sign in to comment.