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
Greetings! I was intrigued by twinkle starter, and I wanted to adapt other parts of Twinkle to hrwiki.
I'm attempting to have the CSD module work on hrwiki, but I'm having a problem:
I've adapted tagging for CSD, and it works fine, but actual deletion fails.
The error happens in SpeedyCore.ts in line 513 onwards - the messages being requested by getPref() in that part of the code do not have their default values defined in Config.ts - defaultConfig object. As a result, getPrefs returns undefined, and undefined.indexOf(norm) obviously fails.
Please help me resolve this. Thank you!
The text was updated successfully, but these errors were encountered:
Greetings! I was intrigued by twinkle starter, and I wanted to adapt other parts of Twinkle to hrwiki.
I'm attempting to have the CSD module work on hrwiki, but I'm having a problem:
I've adapted tagging for CSD, and it works fine, but actual deletion fails.
The error happens in SpeedyCore.ts in line 513 onwards - the messages being requested by getPref() in that part of the code do not have their default values defined in Config.ts - defaultConfig object. As a result, getPrefs returns undefined, and undefined.indexOf(norm) obviously fails.
Please help me resolve this. Thank you!
The text was updated successfully, but these errors were encountered: