Projekt

Obecné

Profil

« Předchozí | Další » 

Revize bb690a9a

Přidáno uživatelem Fantič před téměř 2 roky(ů)

re #10569: NotesView: Get Notes

Zobrazit rozdíly:

src/stores/actions/itemThunks.ts
111 111
                    for(let i = 0; i < response.data.length; i++){
112 112
                        let note = response.data[i];
113 113
                        notes.push({
114
                            uuid: (note as any).uuid,
114 115
                            username: (note as any).created_by,
115 116
                            userId: (note as any).created_by_id,
116 117
                            note: (note as any).note,

Také k dispozici: Unified diff