mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-05 21:25:56 +02:00
added missing properties to clone of plugin information
This commit is contained in:
@@ -81,6 +81,8 @@ public class PluginInformation implements Validateable, Cloneable
|
||||
}
|
||||
|
||||
clone.setDescription(description);
|
||||
clone.setGroupId(groupId);
|
||||
clone.setName(name);
|
||||
|
||||
if (Util.isNotEmpty(screenshots))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user