-
Notifications
You must be signed in to change notification settings - Fork 44
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
added image assets #35
Merged
Merged
Conversation
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
* OE-10729 Updated model so only active locations are returned for 'locations', and created 'all_locations' to return all related locations. * OE-10729 added support for basic multidemension arrays * OE-10729 made Multiselect change more generic * [CodeFactor] Apply fixes * OE-10729 Swap to array merge * [CodeFactor] Apply fixes Co-authored-by: [email protected] <[email protected]@users.noreply.github.com> Co-authored-by: codefactor-io <[email protected]>
* Added support for env vars for more settings for dockerisation - patient identifiers - demographics content - exclude admin structure param list - contact practice associate model - patient import setting - removed default_country and gp_label so it doesn't override front-end config * [CodeFactor] Apply fixes to commit 0113a03 * Fixing radio button ID to be programmatic * Changed active record to SQL statement in migration * Fixed the indentation in the OE Header. * Added support for more environment variables in settings - added general_practitioner_label - added gp_label - added default_country - set default to null so database can take priority if not set - modified support provider and url to let database value can take priority if not set * OE-10601 - set defaults for tech support provider * remove patient-identifiers section from core * OE-10601 - correction to migrate down * Re-adding patient identifier envs temporarily to allow configuration * Updated version number Co-authored-by: codefactor-io <[email protected]> Co-authored-by: Gurpreet Singh <[email protected]> Co-authored-by: biskyt <[email protected]>
…e to prevent bugs in csv files (#5318) Co-authored-by: Justinas Cepkauskas <[email protected]>
* OE-10543 fix PatientTicketing QueueSet Admin UI * [CodeFactor] Apply fixes to commit 0592cc1 * OE-10543 minor code fix * OE-10543 code factor change * OE-10543 use const and add STATUS_ prefix Co-authored-by: @=AdrianKamulegeya <@[email protected]> Co-authored-by: codefactor-io <[email protected]> Co-authored-by: Justinas Cepkauskas <[email protected]>
…board. (#5404) (cherry picked from commit 89b70041aabd1e3c15c33700de870274165232a1)
…ed by user (#5381) * OE-10616 - Modify template generated by Mustache to use values selected by user * OE-10616 - change variables to snake_case; replace for with foreach * OE-10616 - Replace jquery with a function that converts string to html element * OE-10616 - Move generic function htmlToElement to OpenEyes.Util.js Co-authored-by: Justinas Cepkauskas <[email protected]> Co-authored-by: Toby Bisco <[email protected]>
…rocessing in background (#5412) * Reformatted the file. * Refactored code to send the ajax requests only when the event is hovered in the episode sidebar. Also, modified the way the getimageurl requests are being sent - the requests are only sent when there is no pending getimageurl ajax request. * Updated the ajax request - the success and complete functions are moved inside the ajax object. Co-authored-by: Andrew Pigram <[email protected]>
Co-authored-by: @=AdrianKamulegeya <@[email protected]>
Co-authored-by: Justinas Cepkauskas <[email protected]>
…min page (#5218) Co-authored-by: AdrianKamulegeya <[email protected]> Co-authored-by: Hari <[email protected]> Co-authored-by: paulhooperAcross <[email protected]>
…" to match the event context (#5385) * OE-10783 Change current working context when pressing on "next step" to match the event context * OE-10783 Move setContext from DefaultController in OphCiExamination to BaseEventTypeController so other events can use it too * [CodeFactor] Apply fixes to commit 8c09a5b * OE-10783 Remove unwanted rows from DefaultController.php Co-authored-by: codefactor-io <[email protected]>
* Create correspondence using letter_type_id from macro * [CodeFactor] Apply fixes Co-authored-by: Justinas Cepkauskas <[email protected]> Co-authored-by: codefactor-io <[email protected]>
…n for creating queue set (#5446) Co-authored-by: Justinas Cepkauskas <[email protected]>
…… (#5445) * fix/OE-10808 added field to determine whether previous operations have been found in previous ophthalmic history examination element * [CodeFactor] Apply fixes to commit 1f17873 * fix/OE-10808 added version arg to dropOETable function in migration down Co-authored-by: codefactor-io <[email protected]>
* OE-10823 - improve initial clone speed by using shallow clones re-factor much of runcheckout
Let's give it a go and see...
* OE-11290 fix secondary diagnoses deleted in error Moved the deletion of the secondary diagnoses under isAtTip as we don't need to delete them from secondary_diagnosis if it is not the last element. Fix the condition to check if secondary diagnosis exists * [CodeFactor] Apply fixes Co-authored-by: codefactor-io <[email protected]> Co-authored-by: Justinas Cepkauskas <[email protected]>
needed after view changes Co-authored-by: Justinas Cepkauskas <[email protected]>
Co-authored-by: @=AdrianKamulegeya <@[email protected]> Co-authored-by: Justinas Cepkauskas <[email protected]>
Co-authored-by: @=AdrianKamulegeya <@[email protected]> Co-authored-by: Justinas Cepkauskas <[email protected]>
* OE-11252 add missing dom * OE-11252 fix biometry display * OE-11252 fix doc * OE-11252 fix biometry display Co-authored-by: Justinas Cepkauskas <[email protected]>
Co-authored-by: Justinas Cepkauskas <[email protected]>
* Only save the ordering of items if the user already manually reordered elements before. * Add new elements with display_order=null at the end of the list, to preserve original ordering. * OE-10730 Replace jquery fix with vanilla js * OE-10730 increase timeout time * OE-11730 remove setTimeout usage Co-authored-by: Stefan Toncu <[email protected]> Co-authored-by: Justinas Cepkauskas <[email protected]>
Co-authored-by: Justinas Cepkauskas <[email protected]>
* OE-11386 make description nullable as when requires_description is 0 in finding then it should be null * [CodeFactor] Apply fixes to commit be2ef56 Co-authored-by: codefactor-io <[email protected]>
* OE-11383 check row type * OE-11383 bring back removed trigger Co-authored-by: Justinas Cepkauskas <[email protected]>
* OE-11368 add default_dose_unit_term to post * OE-11368 use correct key Co-authored-by: Justinas Cepkauskas <[email protected]>
…ntext and services (#5994) Co-authored-by: Justinas Cepkauskas <[email protected]>
This may throw some errors on some upgrades, which will need manually rectifying (duplicates should be removed from the DB as they are not allowed and should not exist)
Co-authored-by: Justinas Cepkauskas <[email protected]> Co-authored-by: Maria Laura Bisogno <[email protected]>
* OE-11275 - Save local drug if user selects 'typed as' for medication * OE-11275 - using static variable instead of hardcoded string and fix for checking 0 value when incrementing unmapped number * OE-11275 Fix admin page adding local drugs * [CodeFactor] Apply fixes Co-authored-by: codefactor-io <[email protected]>
…… (#6018) * OE-11405 Added hasAttribute to isEqualsAttributes method to check for tapers * [CodeFactor] Apply fixes to commit cef29cf * OE-11405 Use isset instead of has attribute as hasattribute checks for table columns and tapers is a relation Co-authored-by: @=AdrianKamulegeya <@[email protected]> Co-authored-by: codefactor-io <[email protected]> Co-authored-by: Justinas Cepkauskas <[email protected]> Co-authored-by: Justin <[email protected]>
Co-authored-by: Justinas Cepkauskas <[email protected]>
… (#6228) * OE-11253 Removed padding to ensure footer isnt cut off in some prints * OE-11253 Dummy commit for codefactor
fixed DM+D import routines
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.