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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: