-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix/diff and other minor issues. #711
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
8093d5e
fix: update the diff template
EdoStorm96 cd09962
fix: make sure StudyDesign also deletes study types
EdoStorm96 06a6da9
fix: small bug on task_create
EdoStorm96 f9b095b
Merge branch 'major/4' into fix/diff
EdoStorm96 82863a6
feat: dumb css implementation on compare_documents.html
EdoStorm96 690ae5a
fix: simplify diff css and put in own diff.css file
EdoStorm96 da35b00
fix: use Session.repeats too for Session.net_duration()
EdoStorm96 7d45799
fix: reinsert diff-ignore
EdoStorm96 0eed19e
style: back to black
EdoStorm96 13f4a88
fix: change default view for compare_documents to split
EdoStorm96 5bc4b70
fix: make compare_documents extend fetc_base
EdoStorm96 ab1ce42
fix: improve styling on compare_documents.html
EdoStorm96 87c1c26
style: djlint
EdoStorm96 aef04eb
fix: undo self.repeats in Session.net_duration()
EdoStorm96 54118f9
Merge branch 'major/4' into fix/diff
EdoStorm96 0d9376d
fix: typo
EdoStorm96 565bff2
fix: replace th with td on row.verbose_name in diff
EdoStorm96 aa21af3
fix: implement get property methods for study_types, to not have to d…
EdoStorm96 1a1224a
style: style
EdoStorm96 8167d23
fix: correct title variable proposal_confirmation.html
EdoStorm96 c320001
Merge branch 'major/4' into fix/diff
EdoStorm96 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, now that I'm reading the help text again, I am actually thinking, the old version, which did not take session repeats into account is more accurate to the goal of this question. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, net duration should not take these repeats into account.