• Resolved xxxLesy

    (@xxxlesy)


    In version 6.5.2 I can no longer send a post through a workflow. The submit pop-up shows a browser error message: “Please select a valid date.” The date input field is in this format: 09-Sep 04, 2025.

    Installing version 6.6 (3137905) from 13 months ago fixes the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi xxxlesy,

    Thank you for reporting this issue. We’ve already identified the cause and implemented a fix. This update will be included in the upcoming release.

    In the meantime, you can resolve the issue manually by replacing the following file on your installation:

    /oasis-workflow/js/pages/subpages/submit-workflow.js

    You can download the fixed version here:
    👉 https://gist.github.com/mlbd/dea3cedfe6db8425e93e4beac81437e8

    Or use the direct raw view to download via Ctrl+S:
    https://gist.githubusercontent.com/mlbd/dea3cedfe6db8425e93e4beac81437e8/raw/a6e28b752930e7293caaa67d625600963c096f21/submit-workflow.js

    Once downloaded, replace the existing file with this version. Alternatively, you can copy and paste the code into the existing file.

    Important:
    Because browsers typically cache JavaScript and CSS files, you may not see the fix applied immediately after replacing the file. To ensure the changes take effect:

    1. Open the browser’s Developer Tools (Right-click → Inspect or Ctrl+Shift+I).
    2. Right-click the Reload button.
    3. Select Empty Cache and Hard Refresh.

    If the issue persists, repeat the cache clear process a couple of times, as some browsers may keep a persistent cache. This is uncommon in the admin panel but possible.

    If the cache clearing instructions aren’t clear, you can also follow this video for step-by-step guidance.

    Clear browser cache on new post/page Or edit post/page
    Thread Starter xxxLesy

    (@xxxlesy)

    Works after clearing broswer cache. 👍 Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Please select a valid date’ is closed to new replies.