mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 22:03:11 +07:00
Display and edit language on document (client)
This commit is contained in:
@@ -89,6 +89,7 @@ public class DocumentResource extends BaseResource {
|
||||
document.put("title", documentDb.getTitle());
|
||||
document.put("description", documentDb.getDescription());
|
||||
document.put("create_date", documentDb.getCreateDate().getTime());
|
||||
document.put("language", documentDb.getLanguage());
|
||||
|
||||
// Add tags
|
||||
TagDao tagDao = new TagDao();
|
||||
|
||||
Reference in New Issue
Block a user