silverstripe / silverstripe-elemental-bannerblock

A banner block for the dnadesign/silverstripe-elemental module
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

"Clear link" button did not work #26

Closed MichelleZZZZ closed 5 years ago

MichelleZZZZ commented 5 years ago

Issue description: The "Clear link" button on the "Call to action" field is not working. After removed the link, and save the changes and publish the block. But the link field still loading the previous link after open the block accordion.

clear-link

Pull requests

robbieaverill commented 5 years ago

@MichelleZZZZ can you please provide the module versions you're using?

MichelleZZZZ commented 5 years ago

Thanks for replying. In my composer.lock file the version is 2.0.0

"name": "silverstripe/elemental-bannerblock", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/silverstripe/silverstripe-elemental-bannerblock.git", "reference": "cde2dfa65eba63a8e33fc1344f9f4615e8d93746" },

robbieaverill commented 5 years ago

Thanks @MichelleZZZZ, can you also provide dnadesign/silverstripe-elemental and silverstripe/admin versions?

MichelleZZZZ commented 5 years ago

dnadesign/silverstripe-elemental version is: "require": { "dnadesign/silverstripe-elemental": "^4@dev", "silverstripe/assets": "^1.3", "silverstripe/cms": "^4.3", "silverstripe/vendor-plugin": "^1.0" },

silverstripe/admin versions "name": "silverstripe/admin", "version": "1.3.0", source": { "type": "git", "url": "https://github.com/silverstripe/silverstripe-admin.git", "reference": "4f68e4b759c104b2690050af034a41d370d2e6e4" },

robbieaverill commented 5 years ago

Can you please paste the output of composer show | grep silverstripe-elemental? Your excerpt above doesn't contain a specific version for it =)

MichelleZZZZ commented 5 years ago

Sure, please have a look.

dnadesign/silverstripe-elemental 4.0.3 Elemental pagetype and collection of Elements silverstripe/elemental-bannerblock 2.0.0 A banner block for the silverstripe-elemental module silverstripe/elemental-fileblock 2.0.0 A file block for the silverstripe-elemental module

maxime-rainville commented 5 years ago

The issue seems to be somewhat worst on my end:

https://youtu.be/pPw6MhTpyJM

I'll try adding the link field to a plain data object and see if it behaves better when it's not access via an elemental area.

ScopeyNZ commented 5 years ago

Closed in #26