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

grammar issues and fix blob file explorer #721

Merged
merged 4 commits into from
Sep 25, 2017
Merged

grammar issues and fix blob file explorer #721

merged 4 commits into from
Sep 25, 2017

Conversation

ascobie
Copy link
Member

@ascobie ascobie commented Sep 22, 2017

change a couple of words in notifications
fix the blob file explorer by removing training slash that was messing up the storage prefix.

@@ -85,7 +85,7 @@ export class TaskOutputsComponent implements OnChanges, OnDestroy {
});
nodeNavigator.init();

const taskOutputPrefix = `${this.task.id}/`;
const taskOutputPrefix = `${this.task.id}`;
Copy link
Member

Choose a reason for hiding this comment

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

I think we should make the command support having a basePath ending or not with / instead of joining / and then breaking that.

Copy link
Member Author

Choose a reason for hiding this comment

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

agree though i don't think there is any need to have a / here either. given that at the moment the prefix is only used by blob storage queries and the prefix has never ended in a / before. So i suggest we remove it here and also make the command handle having a path segment ending in a /

@ascobie ascobie merged commit f1093aa into master Sep 25, 2017
@ascobie ascobie deleted the bugfix/spelling branch September 25, 2017 01:03
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.

3 participants