[PR #7] [MERGED] change name to use true terms #20

Open
opened 2026-01-23 11:23:00 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: fix_names


📝 Commits (4)

  • 2f4336f change name to use true term
  • d19f630 add oneshot list title, translate Yes/No
  • 08a9f7c add consistency in naming
  • 85749a3 add translation for fixed text

📊 Changes

6 files changed (+51 additions, -39 deletions)

View changed files

📝 src/Form/CreateOneshotType.php (+1 -1)
📝 src/Resources/translations/messages.en.yaml (+21 -15)
📝 src/Resources/translations/messages.fr.yaml (+24 -18)
📝 src/Resources/views/themes/admin/ezdataflow/Dashboard/oneshot.html.twig (+1 -1)
📝 src/Resources/views/themes/admin/ezdataflow/Item/details.html.twig (+3 -3)
📝 src/Resources/views/themes/admin/ezdataflow/parts/tab/schedule_list.html.twig (+1 -1)

📄 Description

A dataflow is defined by the object implements DataflowTypeInterface

You can :

  • schedule the execution of your dataflow: dataflow schedule (fr: programmation d'un dataflow)
  • one-shot dataflow schedule is: a job (fr: exécution ponctuelle d'un dataflow)

Each executed dataflow is: a job execution (fr: exécution)


🔄 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/7 **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_names` --- ### 📝 Commits (4) - [`2f4336f`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/2f4336f15024a45e7a20d11c8d67fd11c4ceca84) change name to use true term - [`d19f630`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/d19f630bc3a1352fb05e2b49443485d173067863) add oneshot list title, translate Yes/No - [`08a9f7c`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/08a9f7c194363c591e2c017dadea98057b85ee84) add consistency in naming - [`85749a3`](https://github.com/code-rhapsodie/ezdataflow-bundle/commit/85749a35aaa2fe56028ce6be63998f42f28d9ecb) add translation for fixed text ### 📊 Changes **6 files changed** (+51 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `src/Form/CreateOneshotType.php` (+1 -1) 📝 `src/Resources/translations/messages.en.yaml` (+21 -15) 📝 `src/Resources/translations/messages.fr.yaml` (+24 -18) 📝 `src/Resources/views/themes/admin/ezdataflow/Dashboard/oneshot.html.twig` (+1 -1) 📝 `src/Resources/views/themes/admin/ezdataflow/Item/details.html.twig` (+3 -3) 📝 `src/Resources/views/themes/admin/ezdataflow/parts/tab/schedule_list.html.twig` (+1 -1) </details> ### 📄 Description A dataflow is defined by the object implements `DataflowTypeInterface` You can : * schedule the execution of your dataflow: dataflow schedule (fr: programmation d'un dataflow) * one-shot dataflow schedule is: a job (fr: exécution ponctuelle d'un dataflow) Each executed dataflow is: a job execution (fr: exécution) --- <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:23:00 +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#20