Skip to content
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

Intoduce process parameters callout minimal functionality #731

Closed
teosarca opened this issue Dec 10, 2017 · 1 comment
Closed

Intoduce process parameters callout minimal functionality #731

teosarca opened this issue Dec 10, 2017 · 1 comment

Comments

@teosarca
Copy link
Member

teosarca commented Dec 10, 2017

Is this a bug or feature request?

FR
required for #723
follow-up of metasfresh/metasfresh#3078

What is the current behavior?

No such behavior

What is the expected or desired behavior?

Have a way to easily "plug-in" code which is executed each time user sets a process parameter.

More specific, if a given process class is implementing the IProcessParametersCallout interface:

public interface IProcessParametersCallout
{
	void onParameterChanged(String parameterName);
}

The interface method shall be called each time user is changing a parameter.

Note to IT:

Nothing to test. You can just test the task which required that functionality, i.e. #723, and make sure you get an error message right away in case you didn't scanned the product parameter correctly (i.e. what you fill in that parameter field shall be the same as the shipment schedule's product)

@metas-lc
Copy link

IT
tested in #723
and the part with adding the wrong product and receiving a message works fine OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants