7 Posts
ptbberlin
8 years ago
Topic

Hi,

I have an understanding problem with the use of xxx_ck_store_form_.xxx-file. Is it true that Seblod create for every data-editing  a new data set. And if so, how can I avoid this?
Background : The file must be also used outside of seblod.

Peter

Get a Book for SEBLOD
4229 Posts
Kadministrator
8 years ago
3
Level 1

Hi,

seblod does not store data in files, it stores data in database. When you are editing it updates existing database row, it does not create new one.

7 Posts
ptbberlin
8 years ago
2
Level 2

Hi Klas,

thank's for the quick response.

I think I needed the wrong word. I know that seblod stores data in a database an not in a fiile, sorry. But it is so that every edit of an existing data-row creates a new row.

For the article-alias I use the concat app (#art_title_backend#||<content>). Is it possible that this app generated each time a new row?


Peter

4229 Posts
Kadministrator
8 years ago
1
Level 3

Normally there is only one row, so this must be something with your content type that is causing this. 

  • Do you use any computation or calculation, especially on the same fields that are concated? 
  • What kind of button do you have as your Save button if your are editing on the frontend?
7 Posts
ptbberlin
8 years ago
0
Level 4

Hi Klas,

'computation' was the was the right note.

I have a "select dynamic" field with a sql-query and if the query result is empty seblod generate a new row. I do not know why, but that seems to be the cause.
After disabling this field it works.

Thank's
Peter

Get a Book for SEBLOD