tr4ding wrote:
admin wrote:
Wich PTL ? (project / Table / Layout)
Try yourself in my sandbox.....after the 1st form, in particular in the 2nd step or 3rd one, the ID proposed in the combobox sometimes is wrong (it's listed another item) other times it's not proposed (it's displayed "select a POI")....
Any clues?
Thank you in advance for your great support!!!
My problem seems to be this:
1. When I click SAVE in the first form(Table: poi with Layout: Aggiungi un POI), the reuse filter "filter_id_poi" works correctly in the 2nd form proposed (Table: poi_profile with Layout: Associa un profilo ad un POI).....
com_rizemapv2&view=poiprofileitem&layout=associaunprofiloadunpoi&filter_id_poi=35
2. When I click SAVE in this 2nd form, the reuse filter "filter_id_poi" seems to point to a wrong current ID in the 3rd form......
com_rizemapv2&view=poiprojectitem&layout=associaunpoiadunprogetto&filter_id_poi=31
I tried to understand why the ID proposed is 31 and not 35......
The ID 31 is the last ID inserted in the previous table (table: poi_profile) but I'm interested on another field for the filter.....that is the field: id_poi....
If i look in this table poi_profile, here is the situation in the last line:
id: 31
params:
id_poi: 35
id_profile: 2
publish: 0
author: 42
In fact the correct redirection should be:
com_rizemapv2&view=poiprojectitem&layout=associaunpoiadunprogetto&filter_id_poi=35
Sorry to bother you......but I need clues to solve this