-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Fix: Description text not showing for extension properties (#3569) #3586
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
base: master
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
@muskan040399 It seems like you've committed an entire copy of the appengine SDK, among potentially others but GitHub won't even show the full changeset due to the size. Please clean up your working tree first and update the PR accordingly. |
I tested it locally and it's still not showing the extension properties description. |
Thank you for the feedback. I have received the comments and am currently working on fixing the issues. I will update the pull request once the changes are complete. |
Hello, @jewelshkjony I am working on the bug related to extension properties not showing description text. I am facing an issue with my local repository. The ComponentDatabase.java file is missing, and I have not been able to restore it. Here is what I have tried so far: I attempted to restore the file using git restore and git checkout after linking to the upstream repository. Both commands failed with a "pathspec did not match" error. I also tried to create the file manually, but the links to the file's code gave me a "404: Not Found" error. Can you please help me get this file so I can proceed with the bug fix? Thank you for your help. |
Hello again, just following up on my previous message regarding the missing file. I am still ready to continue with the bug fix when you have a moment. Thank you for your time! cc: @jewelshkjony |
You don't need to wait for me, you may push your fixes when done. |
General items:
ant tests
passes on my machineIf your code changes how something works on the device (i.e., it affects the companion):
ucr
ucr
as the baseFurther, if you've changed the blocks language or another user-facing designer/blocks API (added a SimpleProperty, etc.):
For all other changes:
master
master
as the baseWhat does this PR accomplish?
Description
This pull request fixes the issue where the description text for extension properties was not showing in the designer section. It adds the description string to the component data to ensure it is correctly displayed.
Fixes #3569 .