-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/75049/#review226546
-----------------------------------------------------------




intg/src/main/java/org/apache/atlas/AtlasConfiguration.java
Lines 93 (patched)
<https://reviews.apache.org/r/75049/#comment314806>

    Add this enum at the end of the list, after RELATIONSHIP_SEARCH_ENABLED


- Jayendra Parab


On June 14, 2024, 11:01 a.m., Brijesh Bhalala wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/75049/
> -----------------------------------------------------------
> 
> (Updated June 14, 2024, 11:01 a.m.)
> 
> 
> Review request for atlas, Farhan Khan, Jayendra Parab, and Prasad Pawar.
> 
> 
> Bugs: ATLAS-4880
>     https://issues.apache.org/jira/browse/ATLAS-4880
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> Atlas UI  show 'Something went wrong'.
> we need to temporarily disable tasks API call made from UI and don't show the 
> tasks tab on Entity Detail page.
> 
> We need to:
> 
> Add a server side property atlas.tasks.ui.tab.enabled, which is disabled by 
> default
> Make use of the above property on UI side to show the tasks tab on the entity 
> detail page. This will be in addition to the atlas.tasks.enabled property 
> which is used to enable/disable deferred actions
> 
> 
> Diffs
> -----
> 
>   dashboardv2/public/js/main.js 9c864cf8f 
>   dashboardv2/public/js/templates/detail_page/DetailPageLayoutView_tmpl.html 
> 9e8cf4721 
>   dashboardv2/public/js/utils/Globals.js 8ea4aafe7 
>   dashboardv2/public/js/views/detail_page/DetailPageLayoutView.js 428485315 
>   dashboardv3/public/js/main.js 69ffed9ae 
>   dashboardv3/public/js/templates/detail_page/DetailPageLayoutView_tmpl.html 
> 53347ddf4 
>   dashboardv3/public/js/utils/Globals.js 056ac640e 
>   dashboardv3/public/js/views/detail_page/DetailPageLayoutView.js 940b5b769 
>   intg/src/main/java/org/apache/atlas/AtlasConfiguration.java 0868f8b6e 
>   webapp/src/main/java/org/apache/atlas/web/resources/AdminResource.java 
> 89d1dd334 
> 
> 
> Diff: https://reviews.apache.org/r/75049/diff/1/
> 
> 
> Testing
> -------
> 
> Build the Atlas with below command :-
> mvn clean package -Pdist,embedded-hbase-solr -DskipDocs -Drat.skip=true
> 
> Valdiated the below scenarios:-
> 
> 1)Session API
> 2)Detail Page
> 3)Search Result Page
> 4)Task Tab is disabled by default
> 
> 
> Thanks,
> 
> Brijesh Bhalala
> 
>

Reply via email to