You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the possibility of verifying workflows. The check methods still exist, but there's no way to run the check at the moment.
Display verification results in graph extra views.
Add keyboard shortcut F7 to verify a component
Edit a component when double-clicking on a problem.
Be careful, there's a lack of resources for validating actions. The messages aren't useful for the moment, but they could be improved before the next version.
The main reason is that the file for BUNDLE_NAME does not exist.
package org.apache.hop.workflow.action.validator;
import java.text.MessageFormat;
import java.util.MissingResourceException;
import java.util.ResourceBundle;
import org.apache.hop.i18n.GlobalMessageUtil;
/** Utility class for getting formatted strings from validator resource bundle. */
public class ValidatorMessages {
4 private static final String BUNDLE_NAME = "org.apache.hop.workflow.entry.messages.validator";
Unable to find properties file for package 'org.apache.hop.workflow.entry.messages.validator' and class 'org.apache.hop.workflow.action.validator.ValidatorMessages' in the available locales: en_US
We may decide to temporarily remove the ability to check a workflow just before the next release if the messages are not yet useful.
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui
The text was updated successfully, but these errors were encountered:
…#4912
- Add the possibility of verifying workflows.
- Display verification results in graph extra views.
- Add keyboard shortcut F7 to verify a component.
- Edit a component when double-clicking on a problem.
- Replace Metrics icon.
…#4912
- Add the possibility of verifying workflows.
- Display verification results in graph extra views.
- Add keyboard shortcut F7 to verify a component.
- Edit a component when double-clicking on a problem.
- Replace Metrics icon.
What would you like to happen?
Add the possibility of verifying workflows. The check methods still exist, but there's no way to run the check at the moment.
Display verification results in graph extra views.
Add keyboard shortcut F7 to verify a component
Edit a component when double-clicking on a problem.
Be careful, there's a lack of resources for validating actions. The messages aren't useful for the moment, but they could be improved before the next version.
The main reason is that the file for BUNDLE_NAME does not exist.
Unable to find properties file for package 'org.apache.hop.workflow.entry.messages.validator' and class 'org.apache.hop.workflow.action.validator.ValidatorMessages' in the available locales: en_US
We may decide to temporarily remove the ability to check a workflow just before the next release if the messages are not yet useful.
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui
The text was updated successfully, but these errors were encountered: