Many fixes and featured added
This commit is contained in:
parent
5f7e9cce26
commit
b678823a0e
8 changed files with 47 additions and 21 deletions
|
|
@ -71,7 +71,7 @@ class GenerateAdminClass:
|
|||
title_edit=I18n.lang('common', 'add_new_item', 'Add new item')
|
||||
|
||||
if GetPostFiles.get['id']!='0':
|
||||
post=self.model.select_a_row(GetPostFiles.get['id'])
|
||||
post=self.model.select_a_row(GetPostFiles.get['id'], [], True)
|
||||
title_edit=I18n.lang('common', 'edit_new_item', 'Edit item')
|
||||
|
||||
if post==None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue