Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
modules_info
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
modules_info
Commits
9233aa3c
Commit
9233aa3c
authored
1 year ago
by
Andrey Nuzhdov
Browse files
Options
Downloads
Patches
Plain Diff
D11 ready.
parent
ec8b607e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules_info.info.yml
+1
-1
1 addition, 1 deletion
modules_info.info.yml
src/DraggableListBuilder.php
+1
-0
1 addition, 0 deletions
src/DraggableListBuilder.php
with
2 additions
and
1 deletion
modules_info.info.yml
+
1
−
1
View file @
9233aa3c
...
...
@@ -2,5 +2,5 @@ name: Modules Info
type
:
module
description
:
Provides Modules Info block for the site.
package
:
Custom
core_version_requirement
:
^8 || ^9 || ^10
core_version_requirement
:
^8 || ^9 || ^10
|| ^11
configure
:
modules_info.settings
This diff is collapsed.
Click to expand it.
src/DraggableListBuilder.php
+
1
−
0
View file @
9233aa3c
...
...
@@ -73,6 +73,7 @@ abstract class DraggableListBuilder extends EntityListBuilder implements FormInt
*/
protected
function
getEntityIds
()
{
$query
=
$this
->
getStorage
()
->
getQuery
()
->
accessCheck
(
FALSE
)
->
sort
(
$this
->
entityType
->
getKey
(
'weight'
))
->
sort
(
$this
->
entityType
->
getKey
(
'id'
));
...
...
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