Skip to content

Commit

Permalink
fix critical bug with select_entire_directory button
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasruhland committed Aug 9, 2015
1 parent 20fb860 commit a40a7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salvus/page/project_files.cjsx
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ ProjectFilesActions = rclass
</Button>

select_entire_directory : ->
@props.actions.set_all_checked_files(file.name for file in @props.listing)
@props.actions.set_all_checked_files(misc.path_to_file(@props.current_path, file.name) for file in @props.listing)

render_select_entire_directory : ->
switch @state.select_entire_directory
Expand Down

0 comments on commit a40a7a8

Please sign in to comment.