Problem/Motivation
Throw console error if the site is a multilingual. Published/Unpublished, Promoted/Not Promoted, Sticky/Not Sticky Functionally not working.
Steps to reproduce
1. Download & enable Fasttoggle module.
2. Enable Language module.
3. Go to Language configuration page (/admin/config/regional/language).
4. Add a Language (e.g. German).
5. Move to admin/content page & view any content.
6. Click on Published or Not Sticky button.
7. Open browser console and see the error.
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3402086-4.patch | 979 bytes | sandeepsingh199 |
| Screenshot 2023-11-16 at 4.57.59 PM.png | 399.87 KB | sandeepsingh199 | |
| Screenshot 2023-11-16 at 4.57.29 PM.png | 375.88 KB | sandeepsingh199 |
Comments
Comment #2
ivnishThank you! This is really a major bug.
Comment #3
sandeepsingh199 commentedComment #4
sandeepsingh199 commented@ivnish, attaching a patch for this issue.
Steps to merge the patch :-
1. Move to fasttoggle contrib folder (e.g. cd modules/contrib/fasttoggle)
2. Download the patch using wget
3. Apply the patch (e.g. git apply -v 3402086-4.patch)
Please validate & let me know if you found any discrepancies on it.
Comment #6
ivnish