Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
knowledge
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
knowledge
Commits
c0ce8363
Commit
c0ce8363
authored
6 months ago
by
Steven Ayers
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3476470
: Remove 'Field Group' module dependency
parent
1223bf3d
No related branches found
No related tags found
1 merge request
!13
Issue #3476470 by bluegeek9: Remove 'Field Group' module dependency
Pipeline
#336919
failed
6 months ago
Stage: build
Stage: validate
Stage: test
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
css/competency-form.css
+1
-1
1 addition, 1 deletion
css/competency-form.css
modules/knowledge_field/knowledge_field.info.yml
+1
-1
1 addition, 1 deletion
modules/knowledge_field/knowledge_field.info.yml
src/Entity/Competency.php
+3
-3
3 additions, 3 deletions
src/Entity/Competency.php
with
5 additions
and
5 deletions
css/competency-form.css
+
1
−
1
View file @
c0ce8363
...
...
@@ -3,4 +3,4 @@ div[data-drupal-selector="edit-roles-wrapper"] {
}
span
.pull-right
{
margin-left
:
10px
;
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
modules/knowledge_field/knowledge_field.info.yml
+
1
−
1
View file @
c0ce8363
...
...
@@ -2,4 +2,4 @@ name: 'Knowledge fields'
type
:
module
description
:
'
Custom
fields
used
by
knowledge
entities.'
package
:
Knowledge
core_version_requirement
:
^10
core_version_requirement
:
^10
|| ^11
This diff is collapsed.
Click to expand it.
src/Entity/Competency.php
+
3
−
3
View file @
c0ce8363
...
...
@@ -342,7 +342,7 @@ class Competency extends ContentEntityBase implements EntityChangedInterface, Re
->
setLabel
(
t
(
'Correct candidate competencies'
))
->
setDescription
(
t
(
'The number of correct candidate items.'
))
->
setRequired
(
FALSE
)
->
setRevisionable
(
FALS
E
)
->
setRevisionable
(
TRU
E
)
->
setDisplayConfigurable
(
'form'
,
FALSE
)
->
setDisplayConfigurable
(
'view'
,
FALSE
);
...
...
@@ -350,7 +350,7 @@ class Competency extends ContentEntityBase implements EntityChangedInterface, Re
->
setLabel
(
t
(
'Total candidate competencies'
))
->
setDescription
(
t
(
'The total candidate items.'
))
->
setRequired
(
FALSE
)
->
setRevisionable
(
FALS
E
)
->
setRevisionable
(
TRU
E
)
->
setDisplayConfigurable
(
'form'
,
FALSE
)
->
setDisplayConfigurable
(
'view'
,
FALSE
);
...
...
@@ -358,7 +358,7 @@ class Competency extends ContentEntityBase implements EntityChangedInterface, Re
->
setLabel
(
t
(
'Correct contributor competencies'
))
->
setDescription
(
t
(
'The number of correct contributor items.'
))
->
setRequired
(
FALSE
)
->
setRevisionable
(
FALS
E
)
->
setRevisionable
(
TRU
E
)
->
setDisplayConfigurable
(
'form'
,
FALSE
)
->
setDisplayConfigurable
(
'view'
,
FALSE
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment