ADD
function for condition Date comparisons in permission conditions
#65
Labels
Complexity: HIGH
This issue may require in-depth knowledge of module features and require significant testing
Module: API
This issue pertains to the apps/api module
Priority: MED
This issue isn't critical or security-related but is holding back other issues or efficiency.
Type: Feature
New feature or request
Having the ability to offset a datetime (more specifically the
$now
variable) in permission conditions would allow us to restrict users permissions for only a certain interval of time, e.g., only being able to view Productions less than 7 days before they're scheduled to start.Possible syntax could look something like:
604,800 is the number of seconds in 7 days.
This should also work with normal datetime strings, but there's not much purpose to doing so:
The text was updated successfully, but these errors were encountered: