daft

Results 58 comments of daft

Hi @ZhiweiWu0425, it would be best to base this on the 3.1 branch since it includes many upcoming changes.

Hey @uematsusoft > The first problem about the backend menu was solved replacing the code in the plugin's boot method: This is correct, the `registerCallback` method is only used internally...

Regarding the second issue, it's possible that if you access a language key before the plugin has initialized, then Laravel may cache the key, indicating that it does not exist....

It is most likely related to this part of the RN: https://octobercms.com/support/article/rn-37#notable-changes --- ### Module Load Order Changed The load order of service providers (modules, plugins, app) has been changed...

Can you change to this code below? It defers the language resolution further down the stack and not loading them too early. ```php // From validation trait $model->bindEvent('model.beforeValidate', function() use...

Hi @andysh-uk This sounds like a JavaScript error has halted the editor's UI. Can I confirm are you using Safari or Chrome on iPhone 12?

If you don't mind, can you check to see if it happens using Chrome's app?