Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
civitas-digitalis
platform
Commits
a80a954c
Commit
a80a954c
authored
May 04, 2018
by
Elias Englmeier
Browse files
added owner defaults
parent
02232d3a
Changes
9
Hide whitespace changes
Inline
Side-by-side
modules/analysisService/analysisService-service/src/main/resources/service.properties
View file @
a80a954c
...
@@ -13,6 +13,6 @@
...
@@ -13,6 +13,6 @@
##
##
build.namespace
=
ANALYSIS
build.namespace
=
ANALYSIS
build.number
=
8
8
build.number
=
8
9
build.date
=
1525
24956701
6
build.date
=
1525
42063269
6
build.auto.upgrade
=
true
build.auto.upgrade
=
true
\ No newline at end of file
modules/commentModule/src/main/resources/META-INF/resource-actions/default.xml
View file @
a80a954c
...
@@ -17,14 +17,25 @@ Mapping 7.0.0//EN" "http://www.liferay.com/dtd/liferay-resource-action-mapping_7
...
@@ -17,14 +17,25 @@ Mapping 7.0.0//EN" "http://www.liferay.com/dtd/liferay-resource-action-mapping_7
</supports>
</supports>
<site-member-defaults>
<site-member-defaults>
<action-key>
ADD_DISCUSSION
</action-key>
<action-key>
ADD_DISCUSSION
</action-key>
<action-key>
UPDATE_DISCUSSION
</action-key>
<action-key>
VIEW
</action-key>
<action-key>
VIEW
</action-key>
</site-member-defaults>
</site-member-defaults>
<guest-defaults>
<guest-defaults>
<action-key>
ADD_DISCUSSION
</action-key>
<action-key>
ADD_DISCUSSION
</action-key>
<action-key>
VIEW
</action-key>
<action-key>
VIEW
</action-key>
</guest-defaults>
</guest-defaults>
<guest-unsupported
/>
<guest-unsupported>
<action-key>
DELETE_DISCUSSION
</action-key>
<action-key>
EXPIRE
</action-key>
<action-key>
UPDATE
</action-key>
<action-key>
UPDATE_DISCUSSION
</action-key>
</guest-unsupported>
<owner-defaults>
<action-key>
ADD_DISCUSSION
</action-key>
<action-key>
DELETE_DISCUSSION
</action-key>
<action-key>
UPDATE
</action-key>
<action-key>
UPDATE_DISCUSSION
</action-key>
<action-key>
VIEW
</action-key>
</owner-defaults>
</permissions>
</permissions>
</portlet-resource>
</portlet-resource>
</resource-action-mapping>
</resource-action-mapping>
\ No newline at end of file
modules/guestbook/guestbook-service/src/main/resources/service.properties
View file @
a80a954c
...
@@ -13,6 +13,6 @@
...
@@ -13,6 +13,6 @@
##
##
build.namespace
=
GB
build.namespace
=
GB
build.number
=
10
9
build.number
=
1
1
0
build.date
=
1525
249571373
build.date
=
1525
420636990
build.auto.upgrade
=
true
build.auto.upgrade
=
true
\ No newline at end of file
modules/ideaService/ideaService-service/bin/ideaService/service/impl/IdeasLocalServiceImpl.class
View file @
a80a954c
No preview for this file type
modules/ideaService/ideaService-service/src/main/java/ideaService/service/impl/IdeasLocalServiceImpl.java
View file @
a80a954c
...
@@ -346,7 +346,6 @@ public class IdeasLocalServiceImpl extends IdeasLocalServiceBaseImpl {
...
@@ -346,7 +346,6 @@ public class IdeasLocalServiceImpl extends IdeasLocalServiceBaseImpl {
}
catch
(
PortalException
e
)
{
}
catch
(
PortalException
e
)
{
e
.
printStackTrace
();
e
.
printStackTrace
();
}
}
return
nextIdea
;
return
nextIdea
;
}
}
...
...
modules/ideaService/ideaService-service/src/main/resources/META-INF/resource-actions/default.xml
View file @
a80a954c
...
@@ -21,7 +21,6 @@ Mapping 7.0.0//EN" "http://www.liferay.com/dtd/liferay-resource-action-mapping_7
...
@@ -21,7 +21,6 @@ Mapping 7.0.0//EN" "http://www.liferay.com/dtd/liferay-resource-action-mapping_7
</supports>
</supports>
<site-member-defaults>
<site-member-defaults>
<action-key>
ADD_DISCUSSION
</action-key>
<action-key>
ADD_DISCUSSION
</action-key>
<action-key>
UPDATE_DISCUSSION
</action-key>
<action-key>
VIEW
</action-key>
<action-key>
VIEW
</action-key>
</site-member-defaults>
</site-member-defaults>
<guest-defaults>
<guest-defaults>
...
@@ -34,6 +33,13 @@ Mapping 7.0.0//EN" "http://www.liferay.com/dtd/liferay-resource-action-mapping_7
...
@@ -34,6 +33,13 @@ Mapping 7.0.0//EN" "http://www.liferay.com/dtd/liferay-resource-action-mapping_7
<action-key>
UPDATE
</action-key>
<action-key>
UPDATE
</action-key>
<action-key>
UPDATE_DISCUSSION
</action-key>
<action-key>
UPDATE_DISCUSSION
</action-key>
</guest-unsupported>
</guest-unsupported>
<owner-defaults>
<action-key>
ADD_DISCUSSION
</action-key>
<action-key>
DELETE_DISCUSSION
</action-key>
<action-key>
UPDATE
</action-key>
<action-key>
UPDATE_DISCUSSION
</action-key>
<action-key>
VIEW
</action-key>
</owner-defaults>
</permissions>
</permissions>
</model-resource>
</model-resource>
</resource-action-mapping>
</resource-action-mapping>
\ No newline at end of file
modules/ideaService/ideaService-service/src/main/resources/service.properties
View file @
a80a954c
...
@@ -13,6 +13,6 @@
...
@@ -13,6 +13,6 @@
##
##
build.namespace
=
IDEA
build.namespace
=
IDEA
build.number
=
24
2
build.number
=
24
3
build.date
=
1525
249576087
build.date
=
1525
420641949
build.auto.upgrade
=
true
build.auto.upgrade
=
true
\ No newline at end of file
modules/projectService/projectService-service/src/main/resources/service.properties
View file @
a80a954c
...
@@ -13,6 +13,6 @@
...
@@ -13,6 +13,6 @@
##
##
build.namespace
=
PROJECT
build.namespace
=
PROJECT
build.number
=
15
4
build.number
=
15
5
build.date
=
1525
249578682
build.date
=
1525
420644620
build.auto.upgrade
=
true
build.auto.upgrade
=
true
\ No newline at end of file
modules/surveyAPI/surveyAPI-service/src/main/resources/service.properties
View file @
a80a954c
...
@@ -13,6 +13,6 @@
...
@@ -13,6 +13,6 @@
##
##
build.namespace
=
SURVEY
build.namespace
=
SURVEY
build.number
=
25
3
build.number
=
25
4
build.date
=
1525
249583508
build.date
=
1525
420649816
build.auto.upgrade
=
true
build.auto.upgrade
=
true
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment