-
-
Notifications
You must be signed in to change notification settings - Fork 379
add new datepicker to time entry picker, add am/pm support #790
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #790 +/- ##
=========================================
Coverage 88.57% 88.57%
- Complexity 1712 1714 +2
=========================================
Files 264 264
Lines 9156 9158 +2
=========================================
+ Hits 8110 8112 +2
Misses 1046 1046 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…other element was focused before
@@ -148,6 +148,8 @@ public function update(Organization $organization, Report $report, ReportUpdateR | |||
$report->share_secret = null; | |||
$report->public_until = null; | |||
} | |||
} elseif ($report->is_public && $request->has('public_until')) { | |||
$report->public_until = $request->getPublicUntil(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@korridor das update von public_until hat hier davor nicht funktioniert, außer wenn gleichzeitig public geändert wurde. passt das so oder überseh ich da wasß
No description provided.