[PR #6] [MERGED] fix forms errors #14

Closed
opened 2026-01-23 11:22:59 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/code-rhapsodie/ezdataflow-bundle/pull/6
Author: @jbcr
Created: 10/16/2019
Status: Merged
Merged: 10/17/2019
Merged by: @jbcr

Base: masterHead: fix_forms


📝 Commits (3)

📊 Changes

8 files changed (+160 additions, -86 deletions)

View changed files

📝 src/Controller/JobController.php (+20 -5)
📝 src/Controller/ScheduledDataflowController.php (+16 -4)
📝 src/Resources/translations/messages.en.yaml (+1 -1)
📝 src/Resources/translations/messages.fr.yaml (+1 -1)
📝 src/Resources/views/themes/admin/ezdataflow/Dashboard/oneshot.html.twig (+28 -20)
📝 src/Resources/views/themes/admin/ezdataflow/Dashboard/repeating.html.twig (+70 -34)
src/Resources/views/themes/admin/ezdataflow/parts/schedule_edit.html.twig (+0 -21)
src/Resources/views/themes/admin/ezdataflow/parts/schedule_form.html.twig (+24 -0)

📄 Description

fix #5


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/code-rhapsodie/ezdataflow-bundle/pull/6 **Author:** [@jbcr](https://github.com/jbcr) **Created:** 10/16/2019 **Status:** ✅ Merged **Merged:** 10/17/2019 **Merged by:** [@jbcr](https://github.com/jbcr) **Base:** `master` ← **Head:** `fix_forms` --- ### 📝 Commits (3) - [`3dc8583`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/3dc8583836e2867e90a2057c23f97844f1c9cb65) fix forms. refs #5 - [`d51f5be`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/d51f5bec6b17850b8648c3df2b104b5af3c3113d) CS fix - [`3453406`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/3453406e4fb6ba80689050de8b001595fdb24ccd) review change ### 📊 Changes **8 files changed** (+160 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `src/Controller/JobController.php` (+20 -5) 📝 `src/Controller/ScheduledDataflowController.php` (+16 -4) 📝 `src/Resources/translations/messages.en.yaml` (+1 -1) 📝 `src/Resources/translations/messages.fr.yaml` (+1 -1) 📝 `src/Resources/views/themes/admin/ezdataflow/Dashboard/oneshot.html.twig` (+28 -20) 📝 `src/Resources/views/themes/admin/ezdataflow/Dashboard/repeating.html.twig` (+70 -34) ➖ `src/Resources/views/themes/admin/ezdataflow/parts/schedule_edit.html.twig` (+0 -21) ➕ `src/Resources/views/themes/admin/ezdataflow/parts/schedule_form.html.twig` (+24 -0) </details> ### 📄 Description fix #5 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:22:59 +01:00
admin closed this issue 2026-01-23 11:22:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code-rhapsodie/ezdataflow-bundle#14