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

Validation for BOProps #42

Open
jeff2001 opened this issue Nov 14, 2013 · 0 comments
Open

Validation for BOProps #42

jeff2001 opened this issue Nov 14, 2013 · 0 comments
Labels

Comments

@jeff2001
Copy link
Contributor

Redmine Bug #1577

I have frequently run into this problem
See Bug #1576 In Talbot Lims
If edit a sample whose expiry date was valid but is now not valid get error

What is essentially happening here is that there is a rule
ExpiryDate > Today.
This is cool and important if you are changing Expiry date i.e if expiry date is actually edited but is not relevant to viewing historical data.

What we need to do is have some control over these rules.
e.g. apply only to new objects, apply to edited objects, apply regardless of state of the object?

brett

Updated by Brett Powell almost 3 years ago
I have worked around this in LIMS by adding a custom BO Rule (I...).
This works but is a bit bitchy mainly because testability now does not generate valid values?
AARG.

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

No branches or pull requests

1 participant