View Issue Details

IDProjectCategoryView StatusLast Update
0000740BeeJНовый функционалpublic2024-05-17 15:57
Reportersimon Assigned Tosimon  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionBeeJ 0.1a-rc2 
Target VersionBeeJ 0.1a-rc3Fixed in VersionBeeJ 0.1a-rc3 
Summary0000740: Признак аварии
DescriptionПометка "кирпичем"
TagsNo tags attached.
Attach Tags

Activities

simon

2024-02-25 18:48

administrator   ~0008735

Исползовать поле tag

запись
$colony['tag'] = str_replace(['\r\n', '\n', '\r'], ',', $colony['tag']);

отображение
$data['tags'] = [];
if ($colony['tag']) {
    $tags = explode(',', $colony['tag']);
    foreach ($tags as $tag) {
        $data['tags'][] = [
                tag' => trim($tag),
        ];
    }
}

Issue History

Date Modified Username Field Change
2024-01-28 18:16 simon New Issue
2024-01-28 18:16 simon Status new => assigned
2024-01-28 18:16 simon Assigned To => simon
2024-02-25 18:48 simon Status assigned => process
2024-02-25 18:48 simon Note Added: 0008735
2024-04-05 14:04 simon Status process => closed
2024-04-05 14:04 simon Resolution open => fixed
2024-04-05 14:04 simon Fixed in Version => BeeJ 0.1a-rc2
2024-05-17 15:57 simon Fixed in Version BeeJ 0.1a-rc2 => BeeJ 0.1a-rc3
2024-05-17 15:57 simon Target Version BeeJ 0.1a => BeeJ 0.1a-rc3