BotFramework-Composer icon indicating copy to clipboard operation
BotFramework-Composer copied to clipboard

fix: [#7532] Publishing page loses information on reloading the bot

Open ceciliaavila opened this issue 2 years ago • 2 comments

Description

This PR prevents a bot's publishing history from being lost when reloading the page or switching between bots. Now, the jobId isn't removed from publish storage when the bot is published.

Task Item

Fixes #7532

Screenshots

This screenshot shows the last publish information after reloading the page. image

ceciliaavila avatar Jul 22 '22 20:07 ceciliaavila

Coverage Status

Coverage: 54.573% (-0.008%) from 54.581% when pulling 5c5e6bd14088ebc9ddd425a02f7bdf0fb9cad84a on southworks/fix/publishing-page-loses-information into 135cbd26a5e6d94f070108d80ddb1c417ead4f0e on main.

coveralls avatar Jul 22 '22 21:07 coveralls

Should we cleanup previous publishing records after the ongoing publishing job failed/succeed?

OEvgeny avatar Sep 14 '22 16:09 OEvgeny