added todo

This commit is contained in:
Florian Scholdei
2019-07-04 17:35:00 +02:00
parent 0175dc496e
commit bdda8fe7e1

View File

@@ -29,7 +29,7 @@ public class UIPluginDtoMapper {
UIPluginDto dto = new UIPluginDto();
dto.setName(plugin.getPlugin().getInformation().getName());
dto.setBundles(getScriptResources(plugin));
dto.setType("42");
dto.setType("42"); //TODO: add plugin category
dto.setVersion(plugin.getPlugin().getInformation().getVersion());
dto.setAuthor(plugin.getPlugin().getInformation().getAuthor());
dto.setDescription(plugin.getPlugin().getInformation().getDescription());