bug: Editing column descriptions does not work
See original GitHub issueIt looks like this may be a recent regression.
Expected Behavior
When is_editable
is true
, there are two conditions:
- if the column already has a description, there should be an icon/link to edit the description
- if the column does not have a description, the “Add Description” link should open a textbox to edit the description
Current Behavior
- For a column with a description, no edit icon/link appears.
- For a column with no description, the “Add Description” link appears, but clicking it does nothing and triggers a JS error (see screenshot).
Steps to Reproduce
docker-compose -f docker-compose-local.yml up
- Edit the sample data in
amundsendatabuilder/example/sample_data
to include a column with no description. (Currently all example columns have descriptions.) - Attempt to add/edit descriptions.
Screenshots (if appropriate)
Your Environment
docker-amundsen-local.yml
using current versions as of writing (7/13).
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Column Descriptions are Not Displaying on the Edit Form
Open the site with SPD and navigate to the list, looking for the EditForm.aspx file. If the file has an i icon next...
Read more >Solved: Description Field Edit - Atlassian Community
Solved: I've noticed that once a bug issue type is created, the Description field can't be edited at all. However, when a User...
Read more >List Item Description not showing up when viewing item?
The problem is that the Description field will show up when you are creating a list item but when you view a list...
Read more >Description column in SharePoint libraries – how to use
In this post we take a look at the description column in SharePoint document libraries and how to make use of it.
Read more >Configure column properties - AppSheet Help - Google Support
When viewing the columns in your table, you'll see the column structure that AppSheet has deduced and created for your data. This may...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I was not able to reproduce this bug on our Amundsen instance.
I think the issue has already been fixed by @dikshathakur3119 before which we could close this issue now.