-
Notifications
You must be signed in to change notification settings - Fork 9
[OSDEV-2185] [Climate TRACE] Display Source By Text #792
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
6fbf229
added RichTextField (Editor) field source_by to partner_field model
roman-stolar 62e4c3f
configuration improvments
roman-stolar 397bbdc
serialize source_by data to response
roman-stolar e23f923
displayed source_by information in Production Location Profile partne…
roman-stolar 71d3ded
Merge commit '07e3039a9690f18bc531a9dd28e86accc0d597d4' into OSDEV-21…
roman-stolar 268eb71
fix
roman-stolar 3a47558
small issues fixes + fixed linter
roman-stolar c1d7043
Merge branch 'main' into OSDEV-2185-display-source-by
roman-stolar 185344f
fixed sonarqube comment
roman-stolar c4fc76e
added serializer unit tests
roman-stolar d926f47
added tests for FacilityDetailsDetail component
roman-stolar 4b7da95
updated release notes
roman-stolar 6a0c198
fix linter
roman-stolar 794ff67
Merge branch 'main' into OSDEV-2185-display-source-by
roman-stolar 802e04f
fix
roman-stolar 87c0400
Merge commit '794ff678619bd1a748aaed92a96bd52a7f35f896' into OSDEV-21…
roman-stolar 616e2d5
Merge branch 'main' into OSDEV-2185-display-source-by
roman-stolar 7ce7a7b
Merge branch 'main' into OSDEV-2185-display-source-by
roman-stolar 0fef524
Merge branch 'main' into OSDEV-2185-display-source-by
roman-stolar 508af65
fix conflict
roman-stolar 26abcc5
updated release notes
roman-stolar 04fff34
address Vlad comments
roman-stolar 0d483a8
fix migration number in release notes
roman-stolar d1ce0a8
[OSDEV-2199] [Climate TRACE] Display partner field "label" and "unit"…
roman-stolar 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
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
20 changes: 20 additions & 0 deletions
20
src/django/api/migrations/0185_add_source_by_to_partner_field.py
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # Generated by Django 3.2.17 on 2025-11-04 11:47 | ||
|
|
||
| from django.db import migrations | ||
| import ckeditor.fields | ||
|
|
||
|
|
||
| class Migration(migrations.Migration): | ||
|
|
||
| dependencies = [ | ||
| ('api', '0184_remove_facilityclaim_facility_type_choices'), | ||
| ] | ||
|
|
||
| operations = [ | ||
| migrations.AddField( | ||
| model_name='partnerfield', | ||
| name='source_by', | ||
| field=ckeditor.fields.RichTextField(blank=True, null=True, config_name='default'), | ||
| ), | ||
| ] | ||
|
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.