Alex Killing
Alex Killing
Hi @catkrahl, thanks for the proposal. This might be used for starting e.g. surveys, if I understand the concept correctly. How would the consumer process the input data, e.g. the...
Thanks again for the proposal. I also see great value in the inline variant. But I still struggle with the use cases for the modal variant, too. This might still...
Thanks for the PR. This seems to be fixed in the meantime. I was not able to reproduce this.
If this is still an issue, please open a bug report.
@iszmais Thanks for the PR. Indeed this code is not in use anymore, I just removed it.
@thibsy Thanks again for the PR. Again I spent some time on this and decided keep the existing calls, but add an explicit additional parameter for move operations, see https://github.com/ILIAS-eLearning/ILIAS/commit/b671d431281617d6387522ffa56720656059d69c...
@ Jourfixe: The onDelete method in page plugins gets a new third parameter, which is set, if the deletion is part of a move/cut/paste operation: https://github.com/ILIAS-eLearning/ILIAS/commit/b671d431281617d6387522ffa56720656059d69c#diff-0b8983602055b0140f6b49204099f7dad4159cb3f9cf48f846737f7befafd70e
@thibsy There is no supported way to do this. Only workarounds. For 7 POST["component"] and POST["action"] can be used.
I do not understand the problem with the fetch requests and their POST information. Of course they are after they initial GET request. This request only sets up the editor....
@thibsy No, I will not adress this in COPage this way as there is no such rule in any documentation. If this is a must, the request class should already...