I have a problem with databasejoin checkbox when I edit records with inlineedit.

Status
Not open for further replies.

oreolana

Member
Hello,

I have a problem with editing (inlineedit plugin) records in the table dbme_entity.

There are three tables:

1) dbme_entity:
id,
entity_full_name,
user_access (user_access(raw)), <- -databasejoin checkbox
etc

2) dbme_users: (standart table of users in joomla 2.5.6)
id,
username,
name,
etc

3) dbme_entity_repeat_user_access: ( automaticly created databasejoin checkbox table)
id,
parent_id (=dbme_entity.id),
user_access (=dbme_users.id),
params.

I want to edit all records in table dbme_entity. (usuall edit or with inlineedit plugin).
When I edit record, the database checkbox values deleted (in the MySQL table dbme_entity_repeat_user_access deleted all record which belong current editing entity).

I tried usuall edit, tried inlineedit plugin.
I solve this problem - to set for element dbme_entity.user_access (option access: editing - to special and viewing - to special).
BUT NOW I can't editing records by admin because values of dbme_entity.user_access are deleted again!!!!

But, when I editing the table dbme_entity with inlineedit pluging - I look Internal Server Error, but I don't known what is the error.

P.S. I use fabrik 3.0.6, joomla 2.5.6
 

Attachments

  • normal_table_dbme_entity.JPG
    normal_table_dbme_entity.JPG
    42.5 KB · Views: 196
  • table_dbme_entity_repeat_user_access_with_data.JPG
    table_dbme_entity_repeat_user_access_with_data.JPG
    29.7 KB · Views: 212
  • form_of_entity.JPG
    form_of_entity.JPG
    56.4 KB · Views: 199
  • Error.JPG
    Error.JPG
    50.8 KB · Views: 204
  • records_where_parent_id=1_is_deleted.JPG
    records_where_parent_id=1_is_deleted.JPG
    20.4 KB · Views: 200
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top