----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/74624/#review225786 -----------------------------------------------------------
Ship it! Ship It! - Prasad Pawar On Sept. 27, 2023, 6:44 a.m., Farhan Khan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/74624/ > ----------------------------------------------------------- > > (Updated Sept. 27, 2023, 6:44 a.m.) > > > Review request for atlas and Prasad Pawar. > > > Bugs: ATLAS-4799 > https://issues.apache.org/jira/browse/ATLAS-4799 > > > Repository: atlas > > > Description > ------- > > 1. Create a enum such that its enum name contains the word 'date' (for > example, 'updatetest') with the following values: > > v1,v2 > > And then create a business metadata attribute whose type is the enum which we > have just now created. > > 2. After assigning a enum value (v1 or v2) to the entity with this attribute, > it is observed that it displays some dates rather than 'v1' or 'v2'. > > > Diffs > ----- > > dashboardv2/public/js/views/audit/CreateAuditTableLayoutView.js bd4d64813 > dashboardv2/public/js/views/entity/EntityBusinessMetaDataView.js 7d66dc975 > dashboardv3/public/js/views/audit/CreateAuditTableLayoutView.js 6988c34a3 > dashboardv3/public/js/views/entity/EntityBusinessMetaDataView.js cb023bab2 > > > Diff: https://reviews.apache.org/r/74624/diff/1/ > > > Testing > ------- > > Manually tested and verified for all the possible scenarios. > > > Thanks, > > Farhan Khan > >