- Issue created by @andreastkdf
- 🇬🇧United Kingdom andreastkdf
andreastkdf → changed the visibility of the branch 1.0.x to hidden.
- @andreastkdf opened merge request.
- Status changed to Needs work
9 months ago 10:14am 16 February 2024 - 🇬🇧United Kingdom scott_euser
Thanks for this! Added a comment, not 100% sure if NW or not, a bit of a question more - perhaps you can check and screenshot or screencast a new node creation with the patch applied to make sure that continues to work.
- 🇬🇧United Kingdom andreastkdf
Adding a screen recording of the bug for reference.
see error log on issue description.
- Status changed to RTBC
9 months ago 3:01pm 16 February 2024 - 🇬🇧United Kingdom scott_euser
Aha, so actually that should be fine; its not a real submit of this action and looking at https://git.drupalcode.org/project/ai_auto_reference/-/blob/1.0.x/ai_aut... we are only allowing generate button when Node ID is already known
-
scott_euser →
committed fbdc1768 on 1.0.x authored by
andreastkdf →
Issue #3421753 by andreastkdf: Attempt to create a node url on node...
-
scott_euser →
committed fbdc1768 on 1.0.x authored by
andreastkdf →
- Status changed to Fixed
9 months ago 3:02pm 16 February 2024 - Status changed to Needs work
9 months ago 3:46pm 16 February 2024 - 🇬🇧United Kingdom andreastkdf
Actually, I just checked #8 (with the patch applied fyi) but the button is showing on new node and more importantly the core save button doesn't work at all. not sure if this should be a different new issue.
see screen record:
- Status changed to Postponed: needs info
8 months ago 9:53am 10 April 2024 - 🇬🇧United Kingdom scott_euser
I can't seem to reproduce that, will need to have more steps, going to mark as postponed for now.
- 🇧🇬Bulgaria Todor Nikolov
I encountered the same issue when using the module. I ended up disabling the module for node "add/create" pages, because even if I fix the issue, the "Generate references with AI" button did not work for me. The module works fine on the "edit" pages of nodes. I think that generally the module won't work on the "add/create" node pages, because it redirects you which would then lose all of your progress. So as a temporary solution, you can use this patch to disable the module entirely on new nodes and use it once the node has been saved/created.
- 🇬🇧United Kingdom scott_euser
Applied your patch. Will have to figure out how to sort, but patch at least makes it not broken for now thanks!