Skip to content

Commit 3151760

Browse files
Julian HaumerJulian Haumer
authored andcommitted
issue-354: adds additional comments and changes method names for more clarity
1 parent 55c2092 commit 3151760

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

e2e/page-objects/node-actions.po.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ export function publish() {
1414
return clickOption('publish_button');
1515
}
1616

17-
export function publishAll() {
17+
export function publishAllLang() {
1818
return clickOption('publish_all_lang');
1919
}
2020

2121
export function unpublish() {
2222
return clickOption('unpublish');
2323
}
2424

25-
export function unpublishAll() {
25+
export function unpublishAllLang() {
2626
return clickOption('unpublish_all_lang');
2727
}
2828

src/app/core/providers/effects/list-effects.service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ export class ListEffectsService {
133133
/**
134134
* Load the published information of children of the opened folder.
135135
* This request will not alter the state.
136+
* Also not that only the uuid, language, availableLanguages, version and project properties
137+
* will be set in each node.
136138
*/
137139
loadPublishInformationForAllChildren(
138140
projectName: string,

0 commit comments

Comments
 (0)