Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - kaumglaubhaft

1
Bugs / Select field on editpage not showing Label Field
When editing a record that has a selectfield, the field shows the value field of the link table and not the label field.

In the example below it should show the corresponding label field for the value "1".
6
Bugs / Too many bugs
I really like PHPRad but there are way too many bugs at the moment.
I dont see anyone responding to the posts in the forum and i dont see any updates to fix some of these bugs.
I would love to help you guys.
9
Questions / Using a coloumn value from main page to autofill in a modal.
I would like to autofill in an ID field with the corresponding ID from the mainpage.

Example:
Table1:
ID_table1,  field1, field2

Table2:
ID_table2, FK_ID_table1, field2

Now a list view of table2 is added to the view of table1.
When pressing the button to add a new entry into table2 i would like to autofill in "FK_ID_table2" with the main page value for "ID_table1"

10
Bugs / SubPage filter by needs to be specific to table
This error comes up: Integrity constraint violation: 1052 Column 'ID_Veranstaltung' in order clause is ambiguous.

When addng a subpage to a mainpage and trying to filter for a specific field, i need to be able to specify the tablename.
Otherwise i cant join three or more tables with identical coloumn names and filter by one of these coloumns.

Or simply allow a querybuilder for the filter.
12
Bugs / Listsequence
Settings listsequence to "false" doesnt have any effect.
13
Bugs / mysql non standard port is not saved in config.php
I started a new project with a database on a remote machine with a non standard port for the database connection.
I can load the database just fine phprad and edit the tables.

When i try to preview the project it wont load any table rows in any view.
So i checked the config.php in the root folder and the port is not actually saved in the config file.
When i edit it manually and preview in an external browser it works, but as soon as i edit something in phprad the config file get overwritten and the port is gone again.

14
Bugs / Re: Filter Value on sub page not working
It is not possible to provide the filtervalue for some reason.
But this is only an issue for the sub page on an /add page.
On /edit and / view i can choose a filtervalue.