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
Ensure "Set default expiration date for shares" is checked but expiration dates are not enforced
Create a new share to a user through the web UI
Remove the share expiration checkbox
Save the share
Edit the share again
Current behaviour
The expiration date is still set
Expected behaviour
The expiration date is not set as the user removed it
Additional context
It seems the request to create the share doesn't have a expiration date in the request payload but the response is returning it, so either the backend needs some adjustment or the frontend code needs to ensure that a null/empty value is sent along
Affected versions
master to stable27
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Current behaviour
The expiration date is still set
Expected behaviour
The expiration date is not set as the user removed it
Additional context
It seems the request to create the share doesn't have a expiration date in the request payload but the response is returning it, so either the backend needs some adjustment or the frontend code needs to ensure that a null/empty value is sent along
Affected versions
master to stable27
The text was updated successfully, but these errors were encountered: