Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/2.5' into 1.3
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/lib/Form/Type/FieldType/DateFieldType.php
  • Loading branch information
mateuszdebinski committed Mar 9, 2022
2 parents 9d904b3 + 8008a86 commit 1b87988
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/pr-assign.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Assign Pull Request to maintainers

on:
pull_request_target:

jobs:
assign:
uses: ibexa/gh-workflows/.github/workflows/pr-assign.yml@main
secrets:
robot-token: ${{ secrets.EZROBOT_PAT }}
2 changes: 1 addition & 1 deletion src/lib/Form/Type/FieldType/DateFieldType.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class DateFieldType extends AbstractType
{
private const EDIT_VIEWS = ['ezplatform.content.draft.edit', 'ezplatform.content.translate'];
private const EDIT_VIEWS = ['ezplatform.content.draft.edit', 'ezplatform.content.translate', 'ibexa.content.translate_with_location'];

/** @var \Symfony\Component\HttpFoundation\RequestStack */
private $requestStack;
Expand Down

0 comments on commit 1b87988

Please sign in to comment.