Hello,
Test Site : https://master-akyyir0zjrx0m7aawbcu0agi37p8pkjq.tugboatqa.com/admin/cont...
Account: admin
Password:admin
Can it have a description column

| Comment | File | Size | Author |
|---|---|---|---|
| #6 | issue_2.png | 202.92 KB | sandeepsingh199 |
| #6 | Issue_1.png | 204.25 KB | sandeepsingh199 |
| #2 | Snipaste_2023-03-01_09-29-49.png | 22.76 KB | msn5158 |
Issue fork site_settings-3339113
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
msn5158 commentedComment #3
bobi-mel commentedComment #5
bobi-mel commentedThe possibility of adding a description to setting was added by me. Please check it.
Comment #6
sandeepsingh199 commentedHi @bobi-mel, I review your patch in my local & found two issue.
1. Create Setting button will display in description column.
2. while adding data in description column (Description of the Site Settings.) , it's not saving.
Steps to Replicate : -
For Issue 1 :
1. Structure > Manage site Setting
2. Click on Add Site Setting Type button, fill some data and Save
3. Add any one field in Manage fields
4. Move to Content > Site Setting
5. here you can see the issue 1.
For Issue 2:
6. On the same page click on Create Setting button.
7. Add data on Description filed & Save
8. after save page will redirect to admin/content/site-settings
9. here you can see the issue 2.
If you want i can fix this issue, please let me know.
Comment #7
sandeepsingh199 commentedComment #8
bobi-mel commentedComment #9
bobi-mel commentedHi @SandeepSingh199 thanks for the feedback.
As for the first issue it really my mistake and I fixed it.
as for the second issue, I think you have already been using this module and have the saved settings in the DB. After applying the patch you need to run drush updb command to update the schema of DB because it doesn't have a field for saving the Description value.
Can you try to apply new my changes, double-check them, and add new feedback?
Comment #10
sandeepsingh199 commentedThanks @bobi-mel, Issue 1 is fixed now & Issue 2 is my fault, i haven’t run that drush updb command, now i run that & found Description filed data is Saving now. All looks good to me, we can move this to RTBC+1.
Comment #11
bobi-mel commentedHi @SandeepSingh199 thanks for the feedback.
Comment #13
scott_euser commentedThanks! I did the following, can you check you are still happy with it?
Comment #14
bobi-mel commented@scott_euser
As for me, it looks better. Thanks for the review and improves
Comment #16
scott_euser commentedThanks all!
Comment #17
scott_euser commentedAnd thanks particularly to bobi-mel for doing the hard work on this one
Comment #18
bobi-mel commentedYou're welcome