mirror of
https://github.com/code-rhapsodie/ezdataflow-bundle.git
synced 2026-03-24 06:32:06 +01:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/code-rhapsodie/ezdataflow-bundle/pull/41
Author: @jeremycr
Created: 4/6/2023
Status: ✅ Merged
Merged: 4/11/2023
Merged by: @jeremycr
Base:
master← Head:feat_38_39📝 Commits (1)
e59b162Improvements on datetime handling + #38 + [PR #31] [MERGED] Update ContentWriter.php : return content newly created (#39)📊 Changes
28 files changed (+177 additions, -57 deletions)
View changed files
📝
.gitignore(+1 -0)📝
.php-cs-fixer.dist.php(+1 -1)📝
composer.json(+4 -1)📝
src/Controller/DashboardController.php(+8 -7)📝
src/Controller/JobController.php(+0 -4)📝
src/Controller/ScheduledDataflowController.php(+0 -1)📝
src/Core/FieldComparator/AbstractFieldComparator.php(+1 -1)📝
src/Exception/InvalidArgumentTypeException.php(+0 -2)📝
src/Exception/UnknownFieldException.php(+0 -3)📝
src/Filter/NotModifiedContentFilter.php(+3 -3)📝
src/Form/CreateOneshotType.php(+1 -2)📝
src/Form/CreateScheduledType.php(+1 -2)📝
src/Form/UpdateScheduledType.php(+1 -2)➕
src/Form/UserTimezoneAwareDateTimeTransformer.php(+51 -0)➕
src/Form/UserTimezoneAwareDateTimeType.php(+31 -0)📝
src/Gateway/JobGateway.php(+13 -3)📝
src/Model/ContentUpdateStructure.php(+0 -6)📝
src/Resources/config/services.yaml(+5 -1)📝
src/Resources/translations/messages.en.yaml(+5 -0)📝
src/Resources/views/themes/admin/ezdataflow/Dashboard/history.html.twig(+29 -1)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.