Project

General

Profile

Feature #7164

Updated by Evgeny Novikov about 7 years ago

Now users are redirected to a dedicated page to create a new unsafes mark. Although that page has many advanced settings like attributes, functions and so on it lacks a visualized error trace while one would like to copy-paste some parts of an error trace or referenced source code. 

 I assume that a very lightweight unsafe marks creation function can be inlined directly into the unsafe page. This function should include just the following fields: 
 * verdict, 
 * status, 
 * tags, 
 * description. 

 It can be accessed either by a corresponding new button near the current button for creating marks. marks or automatically, especially, when there are no associated marks at all (but there still should be the button for creating a new mark on the dedicated page).  

 Inlined update and deletion of existing marks is also welcome. 

 This feature was already requested by various people.

Back