Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
field_validation
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
field_validation
Merge requests
!11
Issue
#3464093
by jrglasgow: Drupal 11 compatibility
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#3464093
by jrglasgow: Drupal 11 compatibility
issue/field_validation-3464093:3464093-drupal-11-compatibility
into
3.0.x
Overview
0
Commits
1
Pipelines
0
Changes
4
Open
Issue #3464093 by jrglasgow: Drupal 11 compatibility
James Glasgow
requested to merge
issue/field_validation-3464093:3464093-drupal-11-compatibility
into
3.0.x
Jul 26, 2024
Overview
0
Commits
1
Pipelines
0
Changes
4
Closes
#3464093
0
0
Merge request reports
Compare
3.0.x
3.0.x (base)
and
latest version
latest version
6bca081d
1 commit,
Jul 26, 2024
4 files
+
15
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
modules/field_validation_legacy/field_validation_legacy.info.yml
+
1
−
1
View file @ 6bca081d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,6 +2,6 @@ name: Field Validation legacy
type
:
module
description
:
'
Provides
original
field
validation
rules.'
package
:
Fields
core_version_requirement
:
^
9
|| ^1
0
core_version_requirement
:
^
10.2
|| ^1
1
dependencies
:
-
field_validation:field_validation
Loading