improvements

design_3.0_demo_module
WaseemAbbasi22 1 week ago
parent 5d856fc46b
commit 938f5173a4

@ -8,10 +8,10 @@ class URLs {
// static const host1 = "https://atomsmuat.hmg.com"; // local UAT url
// static final String _baseUrl = "$_host/mobile"; // host local UAT
static final String _baseUrl = "$_host/v2/mobile"; // new V2 apis
// static final String _baseUrl = "$_host/v2/mobile"; // new V2 apis
// static final String _baseUrl = "$_host/mobile"; // host local UAT and for internal audit dev
// static final String _baseUrl = "$_host/v3/mobile"; // v3 for production CM,PM,TM
// static final String _baseUrl = "$_host/v4/mobile"; // v4 for Demo module
static final String _baseUrl = "$_host/v4/mobile"; // v4 for Demo module
// static final String _baseUrl = "$_host/v5/mobile"; // v5 for data segregation
static const String chatHubUrl = "https://apiderichat.hmg.com/chathub";

@ -75,7 +75,8 @@ class _MyRequestsPageState extends State<MyRequestsPage> {
}
requestsList.add(Request(12, "Loan Equipment"));
//Todo need to remove this only for accessor
requestsList.add(Request(15, "Demo Request"));
if (context.userProvider.isAssessor) {
requestsList = [
Request(null, context.translation.allWorkOrder),

Loading…
Cancel
Save