-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Workflow] config doc #11580
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
[Workflow] config doc #11580
Conversation
#11578 is merged, you can now rebase your branch 😃 |
615058d
to
9812a64
Compare
<framework:support>App\Entity\BlogPost</framework:support> | ||
|
||
<framework:initial_marking>draft</framework:initial_marking> |
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.
@OskarStark really unsure of the pattern, I never use xml :/
Also i remove spaces like php and yml docbloc
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.
I am unsure too about the xml config
cc @lyrixx
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.
friendly ping @lyrixx can you please give us some feedback here?
@OskarStark friendly ping, do i need to do other thing? thx |
Hello @noniagriconomie |
@lyrixx fail branch removal, thank for noticing :) I was cleaning my sf doc fork :/ |
Argh wrong button |
d0b57a4
to
c029eae
Compare
@noniagriconomie can you please rebase your branch? Afterwards we are good to go 👍 |
@OskarStark will do it asap, but i fear i will be afk soon ofr a short period of time :/ |
@OskarStark PR is ok for me |
@@ -255,8 +255,9 @@ Configuration | |||
* :ref:`name <reference-workflows-name>` | |||
|
|||
* `audit_trail`_ | |||
* `initial_place`_ |
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.
@javiereguiluz is it ok to remove the deprecated one here? Or do we need to leave some info about the before option name?
f9c506a
to
3583a4c
Compare
Soo as you can see I completely destroyed your branch here. Fortunately, GitHub keeps all commit refs in your fork, so I was able to correctly rescue all your amazing changes and created a new PR: #12146 I've also checked the XML code and it looks perfect. One minor thing: While both underscore and dash are valid in Symfony configuration, using the dash is considered better XML, so I've directly updated the one occurence of underscore. Also, it appeared that the dumping article was already rewritten during the opening of this PR and now. So I've removed that from the changes. Thanks a lot and sorry for our slow responses on this PR. |
This PR was merged into the 4.3 branch. Discussion ---------- [4.3] Update workflow config Rescued some really bad git stuff from me while merging: #11580 Original description: > Hi, > > This draft PR follows this one > https://github.com/symfony/symfony-docs/pull/11492/files (config for 3.X version) > but for new version, mostly 4.3 > > I checked this PR also > symfony/symfony#30890, @lyrixx review appreciated please > > Maybe to merge after merging #11578, and with a rebase ? > > -------------------- > > Draft for now > > - Closes #11229 > > this one can be closed also: > > - Closes #9475 > - Closes #10197 Commits ------- fdc221b Minor XML improvement a640d14 [Workflow] config doc 7bb2041 Fix indent f65f1bc Review cf3a32c Doc config metadata 34e7cc5 [Workflow] config doc
@wouterj thank you |
Hi,
This draft PR follows this one
https://github.com/symfony/symfony-docs/pull/11492/files (config for 3.X version)
but for new version, mostly 4.3
I checked this PR also
symfony/symfony#30890, @lyrixx review appreciated please
Maybe to merge after merging #11578, and with a rebase ?
Draft for now
this one can be closed also: