Sergey
Total posts: 13,748
31 Jan 2013 19:13

I'm impressed about cobalt & and your work... awesome!

greetings

capuz

Last Modified: 02 Mar 2014


Sergey
Total posts: 13,748
01 Feb 2013 00:06

It should be

$this->record->archive = 1;

Thank you for report.


Guest
01 Feb 2013 08:35

hi Sergey

i tried that "$this->record->archive = 1; "

but nothing happens... ok.. no sql-error.. but the doc will not archived. it stays in the publish section.

if i do both:

    $this->record->published = 2;

    $this->record->archive = 1;

then the document is archived.... mmh.. do i something wrong? ._.

ps: sorry... for my bad english.


Sergey
Total posts: 13,748
02 Feb 2013 22:56

I have made some changed but to archive you have to still use only

$this->record->archive = 1;

Next version all archived records will be hidden.

Powered by Cobalt