Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OLAT CI-CD Testing Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Oliver Dam
OLAT CI-CD Testing Project
Commits
f8c07688
Commit
f8c07688
authored
7 years ago
by
uhensler
Browse files
Options
Downloads
Patches
Plain Diff
OO-3184: Edubase administration site is visible per default
parent
151eddf8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/org/olat/modules/_spring/modulesContext.xml
+1
-1
1 addition, 1 deletion
src/main/java/org/olat/modules/_spring/modulesContext.xml
src/main/java/org/olat/modules/edubase/EdubaseActionExtension.java
+0
-40
0 additions, 40 deletions
...java/org/olat/modules/edubase/EdubaseActionExtension.java
with
1 addition
and
41 deletions
src/main/java/org/olat/modules/_spring/modulesContext.xml
+
1
−
1
View file @
f8c07688
...
...
@@ -62,7 +62,7 @@
</bean>
<!-- Edubase/Edubook admin. panel -->
<bean
class=
"org.olat.
modules.edubase.Edubase
ActionExtension"
init-method=
"initExtensionPoints"
>
<bean
class=
"org.olat.
core.extensions.action.Generic
ActionExtension"
init-method=
"initExtensionPoints"
>
<property
name=
"order"
value=
"8249"
/>
<property
name=
"actionController"
>
<bean
class=
"org.olat.core.gui.control.creator.AutoCreator"
scope=
"prototype"
>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/org/olat/modules/edubase/EdubaseActionExtension.java
deleted
100644 → 0
+
0
−
40
View file @
151eddf8
/**
* <a href="http://www.openolat.org">
* OpenOLAT - Online Learning and Training</a><br>
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); <br>
* you may not use this file except in compliance with the License.<br>
* You may obtain a copy of the License at the
* <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a>
* <p>
* Unless required by applicable law or agreed to in writing,<br>
* software distributed under the License is distributed on an "AS IS" BASIS, <br>
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br>
* See the License for the specific language governing permissions and <br>
* limitations under the License.
* <p>
* Initial code contributed and copyrighted by<br>
* frentix GmbH, http://www.frentix.com
* <p>
*/
package
org.olat.modules.edubase
;
import
org.olat.core.extensions.action.GenericActionExtension
;
import
org.springframework.beans.factory.annotation.Autowired
;
/**
*
* Initial date: 20.11.2017<br>
* @author uhensler, urs.hensler@frentix.com, http://www.frentix.com
*
*/
public
class
EdubaseActionExtension
extends
GenericActionExtension
{
@Autowired
private
EdubaseModule
edubaseModule
;
@Override
public
boolean
isEnabled
()
{
return
edubaseModule
.
isEnabled
();
}
}
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