User tests: Successful: Unsuccessful:
Pull Request for Issue #32694 and #17515
make calendar.js trigger "change" event when user select new date
Apply path, run npm install
,
add to Atum index.php:
<script type="module">
if (window.jform_publish_up){
window.jform_publish_up.addEventListener('change', () => {
console.log('change');
})
}
</script>
Go to Article editing, and try to change the publish_up date.
In browser console you should get "change" message on each change
No message
Message
none
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository NPM Change |
yes, there will be one more PR for j3, not that fast
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-03-22 06:22:32 |
Closed_By | ⇒ | rdeutz | |
Labels |
isn't #17515 a j3 issue?