mirror of
https://github.com/code-rhapsodie/ezdataflow-bundle.git
synced 2026-03-24 06:32:06 +01:00
[PR #15] [MERGED] Update to v2 #25
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/15
Author: @jbcr
Created: 11/8/2019
Status: ✅ Merged
Merged: 11/12/2019
Merged by: @jbcr
Base:
master← Head:update_to_v2📝 Commits (10+)
244cd54refs [PR #1] [MERGED] fix error in translation (#13)2752572remove unnecessary use9452ae6add BC doc and fix error if no result in findForScheduled7f5333ffix cs73c8242remove unused code70893edremplace compiler pass by alias configuration0ff151cupdate dev dependencyd9a4922set final some class5fe961dfix bug: form variable access on second-page loading8d40142add pager for scheduled dataflow list📊 Changes
15 files changed (+117 additions, -82 deletions)
View changed files
📝
UPGRADE.md(+1 -0)📝
composer.json(+1 -1)📝
src/Controller/DashboardController.php(+25 -6)📝
src/Controller/JobController.php(+4 -2)📝
src/Factory/ContentStructureFactory.php(+6 -6)📝
src/Gateway/JobGateway.php(+16 -35)📝
src/Gateway/ScheduledDataflowGateway.php(+10 -20)📝
src/Resources/config/services.yaml(+2 -2)📝
src/Resources/translations/messages.en.yaml(+1 -0)📝
src/Resources/translations/messages.fr.yaml(+1 -0)📝
src/Resources/views/themes/admin/ezdataflow/Dashboard/oneshot.html.twig(+4 -2)📝
src/Resources/views/themes/admin/ezdataflow/Dashboard/repeating.html.twig(+7 -3)📝
src/Resources/views/themes/admin/ezdataflow/Item/details.html.twig(+5 -0)📝
src/Resources/views/themes/admin/ezdataflow/parts/tab/job_list.html.twig(+3 -3)📝
src/Resources/views/themes/admin/ezdataflow/parts/tab/schedule_list.html.twig(+31 -2)📄 Description
refs #13
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.