5.92 and prev: wrong information in hooks info (? unsure)

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

5.92 and prev: wrong information in hooks info (? unsure)

Post by onoehring » 2021-01-08 08:34

Hi,

I notice in the hooks for a table the functions are nicely documented.
For the _after_delete function I think there is a typo - which makes the purpose unclear:

This is the start of the documentation for the _after_delete:

Code: Select all

/**
 * Called after deleting a record.
 * 
 * @param $selectedID
 * The primary key value of the record to be deleted.
 ....
The last row reads ' * The primary key value of the record to be deleted.'
Shouldn't this be ' * The primary key value of the record has been deleted.'?

Olaf

Post Reply