David Anderson
David Anderson
Yes, and yes. I tried both my account email address and my alternative address as the sender. I also tried sending from Alpine instead of Thunderbird (and adjusted the subject...
For what it's worth - the default forwarded messages (no alterations necessary) from both clients are accepted by Helpscout.
This still isn't working for me (Freescout 1.8.70, all modules up to date including Email Commands 1.0.6).... I've forwarded a mail with `@fwd`, and the address Freescout uses for the...
This fork has the jQuery compatibility commits in it: https://github.com/DavidAnderson684/tablesorter/tree/master . If anyone wants to create a new PR on https://github.com/Mottie/tablesorter/ using those changes, then they are welcome.
@AviHafner You're confusing me with someone else, I am not a committer for `Mottie/tablesorter`.
Here's an example of code that pulls (added) properties out of the returned response in order to display dashboard messages: https://github.com/DavidAnderson684/simba-plugin-manager-updater/blob/0c60c166db9a553c567207133a5644c3f55356ed/class-udm-updater.php#L314
Just to be clear: this does work when using controlType: 'dropdown'. The drop-down then shows the full range of possible minutes on intervening hours.
In fact, this can happen with the dropdown too, if you pass a maxTime whose minute value is greater than the minute value of the minTime. The problem seems to...
..., and similarly, if the minute value in maxTime is greater than the minute value in minTime, and if the initial hour upon the opening of the picker is set...
This is a few years ago, but IIRC, I just stopped using minTime/maxTime and made do with minDate/maxDate.