Refactor/clean widgets to only use `id/iid` and `fullPath` to fetch work item in individual widget and not pass any props from work_attributes_wrapper
Currently , some work item widgets have props passed to them and some fetch the results from the work item query.
In order for each widget to be placed anywhere and not dependent on passing too many computed props, we need to make sure there is uniformity and the only props passed to each widget should be iid
and fullPath
because that is the unique pair to fetch any work item.