Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement anonymous content feature #319

Merged
merged 3 commits into from
Jan 9, 2019
Merged

Conversation

hardl
Copy link
Contributor

@hardl hardl commented Jan 7, 2019

No description provided.

# Conflicts:
#	core/src/navigation/services/navigation.js
@pekura pekura self-assigned this Jan 7, 2019
@parostatkiem-zz parostatkiem-zz self-assigned this Jan 8, 2019
const loggedIn = AuthHelpers.isLoggedIn();
const anon = nodeToCheckPermissionFor.anonymousAccess;

if (loggedIn && anon === "exclusive" ||
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

loggedin instead of exclusive? I read it and thought "what is exclusive?"

@pekura pekura merged commit c93f9e7 into SAP:master Jan 9, 2019
@pekura pekura deleted the anonymousaccess branch January 9, 2019 13:45
@pekura pekura added area/luigi enhancement New feature or request labels Jan 9, 2019
stanleychh pushed a commit to stanleychh/luigi that referenced this pull request Dec 30, 2021
Implement anonymous content feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants