Error in Editable fields in listing

Post Reply
enishemed
Posts: 648
Joined: 30 Oct 2017, 11:24
Name: Enis Hemedoglu
Location: Istanbul, Turkey
Company Name: SCORE DANISMANLIK
Contact:

Error in Editable fields in listing

Post by enishemed »

Hi Sergey,

I have an Entity drop-down list (ajax) field called "Proje Etabı". I opened "Editable fields in listing" option.I tried to edit "Proje Etabı" usign editable fields in listing option and there is an error.

1. If I select an option, everthing goes well.
1.png

2. If I click plus button to add a new item, there is an error.
2.png
error code:

Code: Select all

Database Error: 1146 - Table 'is_yonetim_db.app_entity_' doesn't exist
Query: select * from app_entity_ where id=''
Page: /index.php?module=items/form&is_submodal=true&redirect_to=parent_modal&refresh_field=2874&path=/186
#0 /var/www/html/includes/functions/database.php(95): mysqli_query()
#1 /var/www/html/includes/classes/items/items.php(991): db_query()
#2 /var/www/html/includes/classes/items/items.php(936): items::get_path_array()
#3 /var/www/html/modules/items/module_top.php(77): items::get_path_info()
#4 /var/www/html/index.php(11): require('/var/www/html/m...')
#5 {main}
I am using version 3.1
User avatar
support
Site Admin
Posts: 6215
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Error in Editable fields in listing

Post by support »

Did test and can't reproduce this issue on my local server.
Can you reproduce this issue on personal demo https://www.rukovoditel.net/demo.php
and give me the link to the demo
I will look.
enishemed
Posts: 648
Joined: 30 Oct 2017, 11:24
Name: Enis Hemedoglu
Location: Istanbul, Turkey
Company Name: SCORE DANISMANLIK
Contact:

Re: Error in Editable fields in listing

Post by enishemed »

I have reproduce the issue in personal demo https://pdemo.rukovoditel.pro/3.1/index ... mo_id=1236

Go to Projects>Tasks and try to edit "Phase" field using editable fields in listing option and click on "plus" button.
User avatar
support
Site Admin
Posts: 6215
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Error in Editable fields in listing

Post by support »

Found issue. File from archive replace to modules\items\actions\
Let me know if it works ok now.
Attachments
form_single_field.zip
(1.1 KiB) Downloaded 107 times
enishemed
Posts: 648
Joined: 30 Oct 2017, 11:24
Name: Enis Hemedoglu
Location: Istanbul, Turkey
Company Name: SCORE DANISMANLIK
Contact:

Re: Error in Editable fields in listing

Post by enishemed »

It works thanks,
Post Reply