dubeejw commented on issue #2435: Ensure Action Update Creates a Web Action (Review) URL: https://github.com/apache/incubator-openwhisk/pull/2435#issuecomment-312299689 @rabbah, recent a change went in that flipped the update flag to `true` for action updates (https://github.com/apache/incubator-openwhisk/commit/9c1f77fdb1e4a7339634434dc90c45026d6a43d2#diff-41c5935cb68718d73fa6ef611c927cc4R100). This enabled the ability to get action annotations that already exist and append new annotations to that list when updating a web action. However, preserving annotations that already exist is not a feature that is synced across commands (package update, trigger update, etc...). As per a conversation with @mdeuser, we are thinking about flipping the update flag back to `flase` so that the same update functionality is used across commands. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
