You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- selected value wasn't being displayed properly after a page reload or cell refresh
11
+
- selected value wasn't being displayed in view-only version
12
+
- "Loading..." message wasn't displayed while fetching data from a service.
13
+
- Update the dynamic dropdown to support the `exact_match_on` field in app specs.
14
+
- Add a copy button to the dynamic dropdown - this will copy the most relevant text from the dropdown to the clipboard.
15
+
- For dropdowns with an `exact_match_on` field, this will copy the contents of that field (e.g. for those that present taxonomy ids for a species, this copies just the scientific name)
16
+
- For dropdowns that go against the FTP staging area, this copies the file name and path.
17
+
- For other dropdowns, this copies the formatted text
18
+
- DATAUP-751 - add link to staging area docs in the upload tour
19
+
- DATAUP-753 - alter the error text for Select input boxes in app cells to be a bit more generalized.
20
+
- DATAUP-756 - add a copy button for other, non-dynamic dropdowns. This copies the displayed text to the clipboard.
- Adds custom error messages when app cell dropdown menu inputs are incorrect in various different ways.
10
76
- Adds custom error messages when app cell checkboxes are initialized with non binary data (should only happen with a bulk import cell from a spreadsheet file)
11
77
- Adds custom error messages when app cell numeric inputs are initialized with non-numeric data.
Copy file name to clipboardExpand all lines: docs/deploy_narrative.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ The [next](https://next.kbase.us), [appdev](https://appdev.kbase.us), and [produ
79
79
80
80
### Deploying Narrative-Refactor
81
81
82
-
The [narrative-refactor](https://narrative-refactor.kbase.us) image is automatically built against the "truss" branch of the repo and is called narrative-truss:pr### when still in a PR state or narrative-truss:latest after merge. The images can be found here: https://github.com/orgs/kbase/packages
82
+
The [narrative-refactor](https://narrative-refactor.kbase.us) image is automatically built against the "develop" branch of the repo and is called narrative-develop:pr### when still in a PR state or narrative-develop:latest after merge. The images can be found here: https://github.com/orgs/kbase/packages
83
83
84
84
### Deploying Narrative-Dev
85
85
The [narrative-dev](https://narrative-dev.kbase.us) environment is meant for pre-release and iterative testing of new UI features and changes. As such, this isn't always tied to any particular branch, although it is most often set to deploy the production image. Contact a DevOps team member if there are any questions.
@@ -117,7 +117,7 @@ Once a pull request is merged from `develop` to `main` a new _production_ image
0 commit comments