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

Feature/project admin #3881

Merged
merged 9 commits into from
Aug 1, 2024
Merged

Feature/project admin #3881

merged 9 commits into from
Aug 1, 2024

Conversation

kazoompa
Copy link
Member

NOTE: VCF and Encryption keys are not yet added.

There is a video for remote review sent by email.

profilesStore.initProfile().then(() =>
filesStore.initFiles(`/home/${profile.value.principal}/export`).then(() => {
profilesStore.initProfile().then(() => {
filesStore.initFiles(`/home/${profile.value.principal}`).then(() => {
Copy link
Member

Choose a reason for hiding this comment

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

This is supposed to be a folder that is linked to a project, so it should not be a specific user's folder. I would not put such default value, but how is it in the old UI?

Copy link
Member Author

@kazoompa kazoompa Jul 31, 2024

Choose a reason for hiding this comment

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

Removed setting the export file by default. Instead, made sure to use it when exporting. If set the folder is used, if not the home is used.

@ymarcon ymarcon merged commit b71cf85 into master Aug 1, 2024
@ymarcon ymarcon deleted the feature/project-admin branch August 1, 2024 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants