markobean commented on a change in pull request #5271:
URL: https://github.com/apache/nifi/pull/5271#discussion_r681066981



##########
File path: 
nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/webapp/components/administration/workflow/sidenav/manage-bucket/nf-registry-manage-bucket.js
##########
@@ -462,6 +468,7 @@ NfRegistryManageBucket.prototype = {
                             if (!response.status || response.status === 200) {
                                 self.nfRegistryService.bucket = response;
                                 self.bucketname = 
self.nfRegistryService.bucket.name;
+                                self.description = 
self.nfRegistryService.bucket.description;

Review comment:
       There are similar code patters to this one at/about lines 530 and 589. 
Does "self.description" need to be added in these places as well?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to