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

fixes issue#925 #179

Merged
merged 5 commits into from
Sep 25, 2019
Merged

fixes issue#925 #179

merged 5 commits into from
Sep 25, 2019

Conversation

jimccfun
Copy link
Contributor

@jimccfun
Copy link
Contributor Author

@jimccfun jimccfun self-assigned this Jul 16, 2019
@anvithks
Copy link
Member

LGTM

@anvithks anvithks added the bug Something isn't working label Jul 24, 2019
@anvithks
Copy link
Member

@wisererik Please review.

item.description = "--";
}
item.date = new Date(Utils.formatDate(item.createdAt)).getTime();
item.description = (!item.description || item.description == '') ? '--' : item.description;
Copy link
Collaborator

Choose a reason for hiding this comment

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

please consider making a reusable util method out of this

Copy link
Member

Choose a reason for hiding this comment

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

@rhsakarpos I have added this to the backlog ( #186 ) since this is something that will have to be implemented at the application level. If this is agreeable please consider resolving this comment.

Copy link
Collaborator

Choose a reason for hiding this comment

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

LG...AB

}
this.acls.push(acl);
}
})
this.acls.sort((previous,later)=>{
Copy link
Collaborator

Choose a reason for hiding this comment

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

ideally, this is not needed, the table component in the UI should handle this.

Copy link
Member

Choose a reason for hiding this comment

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

Since the table component is not used and the table is being generated with plain HTML and JS the sort method will have to be used. This can be looked into when we are redesigning the application.

Copy link
Collaborator

Choose a reason for hiding this comment

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

LG...AB

@anvithks
Copy link
Member

anvithks commented Sep 3, 2019

@rhsakarpos If the comments are not blockers consider LGTM. I will be taking over the development from here on on this and will consider your suggestions.

Copy link
Member

@anvithks anvithks left a comment

Choose a reason for hiding this comment

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

@rhsakarpos Please check my replies.

@rhsakarpos
Copy link
Collaborator

@rhsakarpos Please check my replies.

LG...AB

@anvithks anvithks merged commit 11bb81e into sodafoundation:master Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FileShare-DashBoard: FileShare-Access List Order is not proper
3 participants