Craig Crosby
Craig Crosby
if I never get around to this, which I will admit, my time is very limited: https://github.com/eSkiSo/Subtaskdate I wrote api commands for this plugin. so you or anyone else could...
Definitely possible. I just have no idea when I might even get around to do it, and make no promises as to a time frame. I try to keep these...
just an FYI, importing custom fields through the api, will have no restrictions based on the defined custom field. i.e., there is nothing to stop a "number" field from receiving...
it's the `preg_replace`'s. if you remove them, there are no restrictions. they were in the original unused code from metadata manager plugin, and I have no idea why. it's really...
That didn't work for me at all, I had to remove the lines completely.
If someone smarter than me can figure out the correct preg_replace, i will be happy to update the code in a PR. until then, just remove the lines if you...
yes. there are 24 hours in a day. therefore 1/24 is an hour.
if you're looking for the logic, its here: https://github.com/creecros/SendEmailCreator/blob/425fd4e100e7a03c248e941bec99a09721c63fd5/Action/TaskEmailDue.php#L120 line 120, duration x 86400, so technically its in seconds. so if your duration was 1.041667, that would be a day...
you seem to be on the right path, you could take it a step further, and offer an array of "duration in" days, hours, minutes, or seconds and then i.e.,...
You're running cron every hour?